#CADFD0

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

Shades of Granny Apple #CADFD0

Tints of Granny Apple #CADFD0

Color information

#CADFD0 (or 0xCADFD0) is unknown color: approx Granny Apple. HEX triplet: CA, DF and D0. RGB value is (202,223,208). Sum of RGB (Red+Green+Blue) = 202+223+208=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD0 is #35202F. Grayscale: #D7D7D7. Windows color (decimal): -3481648 or 13688778. OLE color: 13688778.

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

Color convert

RGB202223208-
CMYK0.0900.070.13
HSL137.14º24.71%83.33%-
HSV(B)137.14º9.42%87.45%-
XYZ62.1369.8969.89-
YUV215.01124.04118.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=31.91%
G=35.23%
B=32.86%

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
Decimal2022232080.0900.070.13137.1424.7183.33
HexCADFD0907D891953
Octal31233732011071521131123
Binary11001010110111111101000010010111110110001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFD0; }

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

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

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

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

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

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

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

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