#CCDAD6

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

Shades of Iceberg #CCDAD6

Tints of Iceberg #CCDAD6

Color information

#CCDAD6 (or 0xCCDAD6) is unknown color: approx Iceberg. HEX triplet: CC, DA and D6. RGB value is (204,218,214). Sum of RGB (Red+Green+Blue) = 204+218+214=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD6 is #332529. Grayscale: #D5D5D5. Windows color (decimal): -3351850 or 14080716. OLE color: 14080716.

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

Color convert

RGB204218214-
CMYK0.0600.020.15
HSL162.86º15.91%82.75%-
HSV(B)162.86º6.42%85.49%-
XYZ62.1167.8473.44-
YUV213.36128.36121.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=32.08%
G=34.28%
B=33.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042182140.0600.020.15162.8615.9182.75
HexCCDAD6602Fa31053
Octal3143323266021724320123
Binary110011001101101011010110110010111110100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAD6; }

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

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

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

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

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

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

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

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