#CAEBD6

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

Shades of Granny Apple #CAEBD6

Tints of Granny Apple #CAEBD6

Color information

#CAEBD6 (or 0xCAEBD6) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D6. RGB value is (202,235,214). Sum of RGB (Red+Green+Blue) = 202+235+214=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD6 is #351429. Grayscale: #DEDEDE. Windows color (decimal): -3478570 or 14085066. OLE color: 14085066.

HSL color Cylindrical-coordinate representation of color #CAEBD6: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBD6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB202235214-
CMYK0.1400.090.08
HSL141.82º45.21%85.69%-
HSV(B)141.82º14.04%92.16%-
XYZ66.276.8374.96-
YUV222.74123.07113.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=31.03%
G=36.10%
B=32.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352140.1400.090.08141.8245.2185.69
HexCAEBD6E0988e2d56
Octal312353326160111021655126
Binary1100101011101011110101101110010011000100011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD6; }

 p { color: rgb(202,235,214); }

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

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

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

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

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

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

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