Shades of Iceberg #CDDCD9
Tints of Iceberg #CDDCD9
RGB
CMYK
RGB Variations
Color information
#CDDCD9 (or 0xCDDCD9) is known color: Iceberg. HEX triplet: CD, DC and D9. RGB value is (205,220,217). Sum of RGB (Red+Green+Blue) = 205+220+217=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD9 is #322326. Grayscale: #D7D7D7. Windows color (decimal): -3285799 or 14277837. OLE color: 14277837.
HSL color Cylindrical-coordinate representation of color #CDDCD9: hue angle of 168º 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 #CDDCD9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 217 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 168º | 0.18% | 0.83% | - |
HSV(B) | 168º | 0.07% | 0.86% | - |
XYZ | 63.29 | 69.18 | 75.66 | - |
YUV | 215.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 217 | 0.07 | 0 | 0.01 | 0.14 | 168 | 0.18 | 0.83 |
Hex | CD | DC | D9 | 7 | 0 | 1 | E | A8 | 12 | 53 |
Octal | 315 | 334 | 331 | 7 | 0 | 1 | 16 | 250 | 22 | 123 |
Binary | 11001101 | 11011100 | 11011001 | 111 | 0 | 1 | 1110 | 10101000 | 10010 | 1010011 |
Color Harmonies of #CDDCD9
Complementary color
Monochromatic Colors of #CDDCD9
Black with #CDDCD9
Text Example
Text Example
White with #CDDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCD9; }
p { color: rgb(205,220,217); }
H1.HeaderClassName
{
color: #CDDCD9;
}
.AnyTagClassName
{
color: #CDDCD9;
}
</style>
background-color css
<style>
a { background-color: #CDDCD9; }
a { background-color: rgb(205,220,217); }
div.DivClassName
{
background-color: #CDDCD9;
}
.BgClassName
{
background-color: #CDDCD9;
}
</style>
border-color css
<style>
span { border-color: #CDDCD9; }
span { border-color: rgb(205,220,217); }
td.TdClassName
{
border-color: #CDDCD9;
}
.TagClassName
{
border-color: #CDDCD9;
}
</style>