#CADFCD

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

Shades of Granny Apple #CADFCD

Tints of Granny Apple #CADFCD

Color information

#CADFCD (or 0xCADFCD) is unknown color: approx Granny Apple. HEX triplet: CA, DF and CD. RGB value is (202,223,205). Sum of RGB (Red+Green+Blue) = 202+223+205=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCD is #352032. Grayscale: #D6D6D6. Windows color (decimal): -3481651 or 13492170. OLE color: 13492170.

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

Color convert

RGB202223205-
CMYK0.0900.080.13
HSL128.57º24.71%83.33%-
HSV(B)128.57º9.42%87.45%-
XYZ61.7669.7467.96-
YUV214.67122.54118.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=32.06%
G=35.40%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022232050.0900.080.13128.5724.7183.33
HexCADFCD908D811953
Octal312337315110101520131123
Binary110010101101111111001101100101000110110000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFCD; }

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

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

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

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

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

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

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

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