#CADDCD

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

Shades of Granny Apple #CADDCD

Tints of Granny Apple #CADDCD

Color information

#CADDCD (or 0xCADDCD) is unknown color: approx Granny Apple. HEX triplet: CA, DD and CD. RGB value is (202,221,205). Sum of RGB (Red+Green+Blue) = 202+221+205=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCD is #352232. Grayscale: #D5D5D5. Windows color (decimal): -3482163 or 13491658. OLE color: 13491658.

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

Color convert

RGB202221205-
CMYK0.0900.070.13
HSL129.47º21.84%82.94%-
HSV(B)129.47º8.6%86.67%-
XYZ61.2368.6867.79-
YUV213.5123.21119.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=32.17%
G=35.19%
B=32.64%

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
Decimal2022212050.0900.070.13129.4721.8482.94
HexCADDCD907D811653
Octal31233531511071520126123
Binary11001010110111011100110110010111110110000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDCD; }

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

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

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

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

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

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

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

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