#CCDAD0

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

Shades of Granny Apple #CCDAD0

Tints of Granny Apple #CCDAD0

Color information

#CCDAD0 (or 0xCCDAD0) is unknown color: approx Granny Apple. HEX triplet: CC, DA and D0. RGB value is (204,218,208). Sum of RGB (Red+Green+Blue) = 204+218+208=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD0 is #33252F. Grayscale: #D4D4D4. Windows color (decimal): -3351856 or 13687500. OLE color: 13687500.

HSL color Cylindrical-coordinate representation of color #CCDAD0: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCDAD0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB204218208-
CMYK0.0600.050.15
HSL137.14º15.91%82.75%-
HSV(B)137.14º6.42%85.49%-
XYZ61.3667.5369.48-
YUV212.67125.36121.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=32.38%
G=34.60%
B=33.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042182080.0600.050.15137.1415.9182.75
HexCCDAD0605F891053
Octal3143323206051721120123
Binary1100110011011010110100001100101111110001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAD0; }

 p { color: rgb(204,218,208); }

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

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

 a { background-color: rgb(204,218,208); }

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

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

 span { border-color: rgb(204,218,208); }

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