#CAECEC

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

Shades of Mabel #CAECEC

Tints of Mabel #CAECEC

Color information

#CAECEC (or 0xCAECEC) is unknown color: approx Mabel. HEX triplet: CA, EC and EC. RGB value is (202,236,236). Sum of RGB (Red+Green+Blue) = 202+236+236=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CAECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECEC is #351313. Grayscale: #E1E1E1. Windows color (decimal): -3478292 or 15527114. OLE color: 15527114.

HSL color Cylindrical-coordinate representation of color #CAECEC: hue angle of 180º degrees, saturation: 0.47, 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 #CAECEC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202236236-
CMYK0.14000.07
HSL180º47.22%85.88%-
HSV(B)180º14.41%92.55%-
XYZ69.4978.690.87-
YUV225.83133.74111-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=29.97%
G=35.01%
B=35.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362360.14000.0718047.2285.88
HexCAECECE007b42f56
Octal3123543541600726457126
Binary110010101110110011101100111000111101101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECEC; }

 p { color: rgb(202,236,236); }

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

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

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

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

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

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

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