#CADDCE

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

Shades of Granny Apple #CADDCE

Tints of Granny Apple #CADDCE

Color information

#CADDCE (or 0xCADDCE) is unknown color: approx Granny Apple. HEX triplet: CA, DD and CE. RGB value is (202,221,206). Sum of RGB (Red+Green+Blue) = 202+221+206=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCE is #352231. Grayscale: #D5D5D5. Windows color (decimal): -3482162 or 13557194. OLE color: 13557194.

HSL color Cylindrical-coordinate representation of color #CADDCE: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDCE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB202221206-
CMYK0.0900.070.13
HSL132.63º21.84%82.94%-
HSV(B)132.63º8.6%86.67%-
XYZ61.3568.7368.42-
YUV213.61123.71119.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=32.11%
G=35.14%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212060.0900.070.13132.6321.8482.94
HexCADDCE907D851653
Octal31233531611071520526123
Binary11001010110111011100111010010111110110000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDCE; }

 p { color: rgb(202,221,206); }

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

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

 a { background-color: rgb(202,221,206); }

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

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

 span { border-color: rgb(202,221,206); }

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