#CBEDEC

Color #CBEDEC Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #CBEDEC

Tints of Mabel #CBEDEC

Color information

#CBEDEC (or 0xCBEDEC) is unknown color: approx Mabel. HEX triplet: CB, ED and EC. RGB value is (203,237,236). Sum of RGB (Red+Green+Blue) = 203+237+236=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDEC is #341213. Grayscale: #E2E2E2. Windows color (decimal): -3412500 or 15527371. OLE color: 15527371.

HSL color Cylindrical-coordinate representation of color #CBEDEC: hue angle of 178.24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDEC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB203237236-
CMYK0.1400.000.07
HSL178.24º48.57%86.27%-
HSV(B)178.24º14.35%92.94%-
XYZ70.0579.3290.98-
YUV226.72133.24111.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=30.03%
G=35.06%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372360.1400.000.07178.2448.5786.27
HexCBEDECE007b23156
Octal3133553541600726261126
Binary110010111110110111101100111000111101100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDEC; }

 p { color: rgb(203,237,236); }

 H1.HeaderClassName
 {
   color: #CBEDEC;
 }
 .AnyTagClassName
 {
   color: #CBEDEC;
 }
</style>
background-color css

<style>
 a { background-color: #CBEDEC; }

 a { background-color: rgb(203,237,236); }

 div.DivClassName
 {
   background-color: #CBEDEC;
 }
 .BgClassName
 {
   background-color: #CBEDEC;
 }
</style>
border-color css

<style>
 span { border-color: #CBEDEC; }

 span { border-color: rgb(203,237,236); }

 td.TdClassName
 {
   border-color: #CBEDEC;
 }
 .TagClassName
 {
   border-color: #CBEDEC;
 }
</style>