#CCDCD6

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

Shades of Iceberg #CCDCD6

Tints of Iceberg #CCDCD6

Color information

#CCDCD6 (or 0xCCDCD6) is unknown color: approx Iceberg. HEX triplet: CC, DC and D6. RGB value is (204,220,214). Sum of RGB (Red+Green+Blue) = 204+220+214=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD6 is #332329. Grayscale: #D6D6D6. Windows color (decimal): -3351338 or 14081228. OLE color: 14081228.

HSL color Cylindrical-coordinate representation of color #CCDCD6: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCD6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB204220214-
CMYK0.0700.030.14
HSL157.5º18.6%83.14%-
HSV(B)157.5º7.27%86.27%-
XYZ62.6368.8873.61-
YUV214.53127.7120.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=31.97%
G=34.48%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202140.0700.030.14157.518.683.14
HexCCDCD6703E9d1353
Octal3143343267031623523123
Binary110011001101110011010110111011111010011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCD6; }

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

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

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

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

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

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

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

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