#CDDCD6

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

Shades of Iceberg #CDDCD6

Tints of Iceberg #CDDCD6

Color information

#CDDCD6 (or 0xCDDCD6) is unknown color: approx Iceberg. HEX triplet: CD, DC and D6. RGB value is (205,220,214). Sum of RGB (Red+Green+Blue) = 205+220+214=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD6 is #322329. Grayscale: #D6D6D6. Windows color (decimal): -3285802 or 14081229. OLE color: 14081229.

HSL color Cylindrical-coordinate representation of color #CDDCD6: hue angle of 156º degrees, saturation: 0.18, 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 #CDDCD6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB205220214-
CMYK0.0700.030.14
HSL156º17.65%83.33%-
HSV(B)156º6.82%86.27%-
XYZ62.9169.0273.63-
YUV214.83127.53120.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=32.08%
G=34.43%
B=33.49%

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
Decimal2052202140.0700.030.1415617.6583.33
HexCDDCD6703E9c1253
Octal3153343267031623422123
Binary110011011101110011010110111011111010011100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCD6; }

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

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

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

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

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

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

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

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