#CADED0

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

Shades of Granny Apple #CADED0

Tints of Granny Apple #CADED0

Color information

#CADED0 (or 0xCADED0) is unknown color: approx Granny Apple. HEX triplet: CA, DE and D0. RGB value is (202,222,208). Sum of RGB (Red+Green+Blue) = 202+222+208=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED0 is #35212F. Grayscale: #D6D6D6. Windows color (decimal): -3481904 or 13688522. OLE color: 13688522.

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

Color convert

RGB202222208-
CMYK0.0900.060.13
HSL138º23.26%83.14%-
HSV(B)138º9.01%87.06%-
XYZ61.8669.3569.8-
YUV214.42124.37119.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=31.96%
G=35.13%
B=32.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222080.0900.060.1313823.2683.14
HexCADED0906D8a1753
Octal31233632011061521227123
Binary11001010110111101101000010010110110110001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADED0; }

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

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

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

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

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

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

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

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