Shades of Iceberg #CAD4CF
Tints of Iceberg #CAD4CF
RGB
CMYK
RGB Variations
Color information
#CAD4CF (or 0xCAD4CF) is known color: Iceberg. HEX triplet: CA, D4 and CF. RGB value is (202,212,207). Sum of RGB (Red+Green+Blue) = 202+212+207=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4CF is #352B30. Grayscale: #D0D0D0. Windows color (decimal): -3484465 or 13620426. OLE color: 13620426.
HSL color Cylindrical-coordinate representation of color #CAD4CF: hue angle of 150º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD4CF is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 212 | 207 | - |
CMYK | 0.05 | 0 | 0.02 | 0.17 |
HSL | 150º | 0.1% | 0.81% | - |
HSV(B) | 150º | 0.05% | 0.83% | - |
XYZ | 59.16 | 64.15 | 68.3 | - |
YUV | 208.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 207 | 0.05 | 0 | 0.02 | 0.17 | 150 | 0.1 | 0.81 |
Hex | CA | D4 | CF | 5 | 0 | 2 | 11 | 96 | A | 51 |
Octal | 312 | 324 | 317 | 5 | 0 | 2 | 21 | 226 | 12 | 121 |
Binary | 11001010 | 11010100 | 11001111 | 101 | 0 | 10 | 10001 | 10010110 | 1010 | 1010001 |
Color Harmonies of #CAD4CF
Complementary color
Monochromatic Colors of #CAD4CF
Black with #CAD4CF
Text Example
Text Example
White with #CAD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4CF; }
p { color: rgb(202,212,207); }
H1.HeaderClassName
{
color: #CAD4CF;
}
.AnyTagClassName
{
color: #CAD4CF;
}
</style>
background-color css
<style>
a { background-color: #CAD4CF; }
a { background-color: rgb(202,212,207); }
div.DivClassName
{
background-color: #CAD4CF;
}
.BgClassName
{
background-color: #CAD4CF;
}
</style>
border-color css
<style>
span { border-color: #CAD4CF; }
span { border-color: rgb(202,212,207); }
td.TdClassName
{
border-color: #CAD4CF;
}
.TagClassName
{
border-color: #CAD4CF;
}
</style>