Shades of Iceberg #C4DCD2
Tints of Iceberg #C4DCD2
RGB
CMYK
RGB Variations
Color information
#C4DCD2 (or 0xC4DCD2) is known color: Iceberg. HEX triplet: C4, DC and D2. RGB value is (196,220,210). Sum of RGB (Red+Green+Blue) = 196+220+210=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCD2 is #3B232D. Grayscale: #D3D3D3. Windows color (decimal): -3875630 or 13819076. OLE color: 13819076.
HSL color Cylindrical-coordinate representation of color #C4DCD2: hue angle of 155º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCD2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 220 | 210 | - |
CMYK | 0.11 | 0 | 0.05 | 0.14 |
HSL | 155º | 0.26% | 0.82% | - |
HSV(B) | 155º | 0.11% | 0.86% | - |
XYZ | 59.99 | 67.58 | 70.85 | - |
YUV | 211.68 | 127.05 | 116.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 220 | 210 | 0.11 | 0 | 0.05 | 0.14 | 155 | 0.26 | 0.82 |
Hex | C4 | DC | D2 | B | 0 | 5 | E | 9B | 1A | 52 |
Octal | 304 | 334 | 322 | 13 | 0 | 5 | 16 | 233 | 32 | 122 |
Binary | 11000100 | 11011100 | 11010010 | 1011 | 0 | 101 | 1110 | 10011011 | 11010 | 1010010 |
Color Harmonies of #C4DCD2
Complementary color
Monochromatic Colors of #C4DCD2
Black with #C4DCD2
Text Example
Text Example
White with #C4DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCD2; }
p { color: rgb(196,220,210); }
H1.HeaderClassName
{
color: #C4DCD2;
}
.AnyTagClassName
{
color: #C4DCD2;
}
</style>
background-color css
<style>
a { background-color: #C4DCD2; }
a { background-color: rgb(196,220,210); }
div.DivClassName
{
background-color: #C4DCD2;
}
.BgClassName
{
background-color: #C4DCD2;
}
</style>
border-color css
<style>
span { border-color: #C4DCD2; }
span { border-color: rgb(196,220,210); }
td.TdClassName
{
border-color: #C4DCD2;
}
.TagClassName
{
border-color: #C4DCD2;
}
</style>