#CAE3D0

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

Shades of Granny Apple #CAE3D0

Tints of Granny Apple #CAE3D0

Color information

#CAE3D0 (or 0xCAE3D0) is unknown color: approx Granny Apple. HEX triplet: CA, E3 and D0. RGB value is (202,227,208). Sum of RGB (Red+Green+Blue) = 202+227+208=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3D0 is #351C2F. Grayscale: #D9D9D9. Windows color (decimal): -3480624 or 13689802. OLE color: 13689802.

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

Color convert

RGB202227208-
CMYK0.1100.080.11
HSL134.4º30.86%84.12%-
HSV(B)134.4º11.01%89.02%-
XYZ63.2172.0570.25-
YUV217.36122.72117.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=31.71%
G=35.64%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272080.1100.080.11134.430.8684.12
HexCAE3D0B08B861f54
Octal312343320130101320637124
Binary110010101110001111010000101101000101110000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3D0; }

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

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

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

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

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

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

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

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