Shades of Iceberg #C3DDD4
Tints of Iceberg #C3DDD4
RGB
CMYK
RGB Variations
Color information
#C3DDD4 (or 0xC3DDD4) is known color: Iceberg. HEX triplet: C3, DD and D4. RGB value is (195,221,212). Sum of RGB (Red+Green+Blue) = 195+221+212=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDD4 is #3C222B. Grayscale: #D4D4D4. Windows color (decimal): -3940908 or 13950403. OLE color: 13950403.
HSL color Cylindrical-coordinate representation of color #C3DDD4: hue angle of 159.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDD4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 221 | 212 | - |
CMYK | 0.12 | 0 | 0.04 | 0.13 |
HSL | 159.23º | 0.28% | 0.82% | - |
HSV(B) | 159.23º | 0.12% | 0.87% | - |
XYZ | 60.25 | 68.07 | 72.25 | - |
YUV | 212.2 | 127.89 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 221 | 212 | 0.12 | 0 | 0.04 | 0.13 | 159.23 | 0.28 | 0.82 |
Hex | C3 | DD | D4 | C | 0 | 4 | D | 9F | 1C | 52 |
Octal | 303 | 335 | 324 | 14 | 0 | 4 | 15 | 237 | 34 | 122 |
Binary | 11000011 | 11011101 | 11010100 | 1100 | 0 | 100 | 1101 | 10011111 | 11100 | 1010010 |
Color Harmonies of #C3DDD4
Complementary color
Monochromatic Colors of #C3DDD4
Black with #C3DDD4
Text Example
Text Example
White with #C3DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDD4; }
p { color: rgb(195,221,212); }
H1.HeaderClassName
{
color: #C3DDD4;
}
.AnyTagClassName
{
color: #C3DDD4;
}
</style>
background-color css
<style>
a { background-color: #C3DDD4; }
a { background-color: rgb(195,221,212); }
div.DivClassName
{
background-color: #C3DDD4;
}
.BgClassName
{
background-color: #C3DDD4;
}
</style>
border-color css
<style>
span { border-color: #C3DDD4; }
span { border-color: rgb(195,221,212); }
td.TdClassName
{
border-color: #C3DDD4;
}
.TagClassName
{
border-color: #C3DDD4;
}
</style>