#CAE4D0

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

Shades of Granny Apple #CAE4D0

Tints of Granny Apple #CAE4D0

Color information

#CAE4D0 (or 0xCAE4D0) is unknown color: approx Granny Apple. HEX triplet: CA, E4 and D0. RGB value is (202,228,208). Sum of RGB (Red+Green+Blue) = 202+228+208=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4D0 is #351B2F. Grayscale: #D9D9D9. Windows color (decimal): -3480368 or 13690058. OLE color: 13690058.

HSL color Cylindrical-coordinate representation of color #CAE4D0: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE4D0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB202228208-
CMYK0.1100.090.11
HSL133.85º32.5%84.31%-
HSV(B)133.85º11.4%89.41%-
XYZ63.4972.670.34-
YUV217.95122.39116.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=31.66%
G=35.74%
B=32.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022282080.1100.090.11133.8532.584.31
HexCAE4D0B09B862054
Octal312344320130111320640124
Binary1100101011100100110100001011010011011100001101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4D0; }

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

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

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

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

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

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

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

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