Shades of Iceberg #CDDCD5
Tints of Iceberg #CDDCD5
RGB
CMYK
RGB Variations
Color information
#CDDCD5 (or 0xCDDCD5) is known color: Iceberg. HEX triplet: CD, DC and D5. RGB value is (205,220,213). Sum of RGB (Red+Green+Blue) = 205+220+213=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD5 is #32232A. Grayscale: #D6D6D6. Windows color (decimal): -3285803 or 14015693. OLE color: 14015693.
HSL color Cylindrical-coordinate representation of color #CDDCD5: hue angle of 152º 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 #CDDCD5 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 213 | - |
CMYK | 0.07 | 0 | 0.03 | 0.14 |
HSL | 152º | 0.18% | 0.83% | - |
HSV(B) | 152º | 0.07% | 0.86% | - |
XYZ | 62.78 | 68.97 | 72.95 | - |
YUV | 214.72 | 127.03 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 213 | 0.07 | 0 | 0.03 | 0.14 | 152 | 0.18 | 0.83 |
Hex | CD | DC | D5 | 7 | 0 | 3 | E | 98 | 12 | 53 |
Octal | 315 | 334 | 325 | 7 | 0 | 3 | 16 | 230 | 22 | 123 |
Binary | 11001101 | 11011100 | 11010101 | 111 | 0 | 11 | 1110 | 10011000 | 10010 | 1010011 |
Color Harmonies of #CDDCD5
Complementary color
Monochromatic Colors of #CDDCD5
Black with #CDDCD5
Text Example
Text Example
White with #CDDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCD5; }
p { color: rgb(205,220,213); }
H1.HeaderClassName
{
color: #CDDCD5;
}
.AnyTagClassName
{
color: #CDDCD5;
}
</style>
background-color css
<style>
a { background-color: #CDDCD5; }
a { background-color: rgb(205,220,213); }
div.DivClassName
{
background-color: #CDDCD5;
}
.BgClassName
{
background-color: #CDDCD5;
}
</style>
border-color css
<style>
span { border-color: #CDDCD5; }
span { border-color: rgb(205,220,213); }
td.TdClassName
{
border-color: #CDDCD5;
}
.TagClassName
{
border-color: #CDDCD5;
}
</style>