#CAE7D4

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

Shades of Granny Apple #CAE7D4

Tints of Granny Apple #CAE7D4

Color information

#CAE7D4 (or 0xCAE7D4) is unknown color: approx Granny Apple. HEX triplet: CA, E7 and D4. RGB value is (202,231,212). Sum of RGB (Red+Green+Blue) = 202+231+212=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D4 is #35182B. Grayscale: #DCDCDC. Windows color (decimal): -3479596 or 13952970. OLE color: 13952970.

HSL color Cylindrical-coordinate representation of color #CAE7D4: hue angle of 140.69º degrees, saturation: 0.38, 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 #CAE7D4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB202231212-
CMYK0.1300.080.09
HSL140.69º37.66%84.9%-
HSV(B)140.69º12.55%90.59%-
XYZ64.8274.4673.24-
YUV220.16123.39115.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=31.32%
G=35.81%
B=32.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022312120.1300.080.09140.6937.6684.9
HexCAE7D4D0898d2655
Octal312347324150101121546125
Binary1100101011100111110101001101010001001100011011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7D4; }

 p { color: rgb(202,231,212); }

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

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

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

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

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

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

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