#CADDCF

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

Shades of Granny Apple #CADDCF

Tints of Granny Apple #CADDCF

Color information

#CADDCF (or 0xCADDCF) is unknown color: approx Granny Apple. HEX triplet: CA, DD and CF. RGB value is (202,221,207). Sum of RGB (Red+Green+Blue) = 202+221+207=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCF is #352230. Grayscale: #D5D5D5. Windows color (decimal): -3482161 or 13622730. OLE color: 13622730.

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

Color convert

RGB202221207-
CMYK0.0900.060.13
HSL135.79º21.84%82.94%-
HSV(B)135.79º8.6%86.67%-
XYZ61.4868.7769.07-
YUV213.72124.21119.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=32.06%
G=35.08%
B=32.86%

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
Decimal2022212070.0900.060.13135.7921.8482.94
HexCADDCF906D881653
Octal31233531711061521026123
Binary11001010110111011100111110010110110110001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDCF; }

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

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

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

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

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

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

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

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