#CAE8D0

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

Shades of Granny Apple #CAE8D0

Tints of Granny Apple #CAE8D0

Color information

#CAE8D0 (or 0xCAE8D0) is unknown color: approx Granny Apple. HEX triplet: CA, E8 and D0. RGB value is (202,232,208). Sum of RGB (Red+Green+Blue) = 202+232+208=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8D0 is #35172F. Grayscale: #DCDCDC. Windows color (decimal): -3479344 or 13691082. OLE color: 13691082.

HSL color Cylindrical-coordinate representation of color #CAE8D0: hue angle of 132º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8D0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB202232208-
CMYK0.1300.100.09
HSL132º39.47%85.1%-
HSV(B)132º12.93%90.98%-
XYZ64.674.8270.71-
YUV220.29121.06114.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 208 (81.64% from 255) = 32.40%
R=31.46%
G=36.14%
B=32.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022322080.1300.100.0913239.4785.1
HexCAE8D0D0A9842755
Octal312350320150121120447125
Binary1100101011101000110100001101010101001100001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8D0; }

 p { color: rgb(202,232,208); }

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

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

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

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

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

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

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