#CAE0D1

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

Shades of Granny Apple #CAE0D1

Tints of Granny Apple #CAE0D1

Color information

#CAE0D1 (or 0xCAE0D1) is unknown color: approx Granny Apple. HEX triplet: CA, E0 and D1. RGB value is (202,224,209). Sum of RGB (Red+Green+Blue) = 202+224+209=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D1 is #351F2E. Grayscale: #D7D7D7. Windows color (decimal): -3481391 or 13754570. OLE color: 13754570.

HSL color Cylindrical-coordinate representation of color #CAE0D1: hue angle of 139.09º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB202224209-
CMYK0.1000.070.12
HSL139.09º26.19%83.53%-
HSV(B)139.09º9.82%87.84%-
XYZ62.5270.4770.63-
YUV215.71124.21118.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=31.81%
G=35.28%
B=32.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022242090.1000.070.12139.0926.1983.53
HexCAE0D1A07C8b1a54
Octal31234032112071421332124
Binary11001010111000001101000110100111110010001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0D1; }

 p { color: rgb(202,224,209); }

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

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

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

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

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

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

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