Shades of Iceberg #CDDAD4
Tints of Iceberg #CDDAD4
RGB
CMYK
RGB Variations
Color information
#CDDAD4 (or 0xCDDAD4) is known color: Iceberg. HEX triplet: CD, DA and D4. RGB value is (205,218,212). Sum of RGB (Red+Green+Blue) = 205+218+212=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAD4 is #32252B. Grayscale: #D5D5D5. Windows color (decimal): -3286316 or 13949645. OLE color: 13949645.
HSL color Cylindrical-coordinate representation of color #CDDAD4: hue angle of 152.31º degrees, saturation: 0.15, 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 #CDDAD4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 212 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.15 |
| HSL | 152.31º | 0.15% | 0.83% | - |
| HSV(B) | 152.31º | 0.06% | 0.85% | - |
| XYZ | 62.13 | 67.88 | 72.11 | - |
| YUV | 213.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 212 | 0.06 | 0 | 0.03 | 0.15 | 152.31 | 0.15 | 0.83 |
| Hex | CD | DA | D4 | 6 | 0 | 3 | F | 98 | F | 53 |
| Octal | 315 | 332 | 324 | 6 | 0 | 3 | 17 | 230 | 17 | 123 |
| Binary | 11001101 | 11011010 | 11010100 | 110 | 0 | 11 | 1111 | 10011000 | 1111 | 1010011 |
Color Harmonies of #CDDAD4
Complementary color
Monochromatic Colors of #CDDAD4
Black with #CDDAD4
Text Example
Text Example
White with #CDDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAD4; }
p { color: rgb(205,218,212); }
H1.HeaderClassName
{
color: #CDDAD4;
}
.AnyTagClassName
{
color: #CDDAD4;
}
</style>
background-color css
<style>
a { background-color: #CDDAD4; }
a { background-color: rgb(205,218,212); }
div.DivClassName
{
background-color: #CDDAD4;
}
.BgClassName
{
background-color: #CDDAD4;
}
</style>
border-color css
<style>
span { border-color: #CDDAD4; }
span { border-color: rgb(205,218,212); }
td.TdClassName
{
border-color: #CDDAD4;
}
.TagClassName
{
border-color: #CDDAD4;
}
</style>