Shades of Iceberg #CFE5DA
Tints of Iceberg #CFE5DA
RGB
CMYK
RGB Variations
Color information
#CFE5DA (or 0xCFE5DA) is known color: Iceberg. HEX triplet: CF, E5 and DA. RGB value is (207,229,218). Sum of RGB (Red+Green+Blue) = 207+229+218=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DA is #301A25. Grayscale: #DDDDDD. Windows color (decimal): -3152422 or 14345679. OLE color: 14345679.
HSL color Cylindrical-coordinate representation of color #CFE5DA: hue angle of 150º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5DA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 229 | 218 | - |
CMYK | 0.10 | 0 | 0.05 | 0.10 |
HSL | 150º | 0.3% | 0.85% | - |
HSV(B) | 150º | 0.1% | 0.9% | - |
XYZ | 66.41 | 74.37 | 77.18 | - |
YUV | 221.17 | 126.21 | 117.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 229 | 218 | 0.10 | 0 | 0.05 | 0.10 | 150 | 0.3 | 0.85 |
Hex | CF | E5 | DA | A | 0 | 5 | A | 96 | 1E | 55 |
Octal | 317 | 345 | 332 | 12 | 0 | 5 | 12 | 226 | 36 | 125 |
Binary | 11001111 | 11100101 | 11011010 | 1010 | 0 | 101 | 1010 | 10010110 | 11110 | 1010101 |
Color Harmonies of #CFE5DA
Complementary color
Monochromatic Colors of #CFE5DA
Black with #CFE5DA
Text Example
Text Example
White with #CFE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5DA; }
p { color: rgb(207,229,218); }
H1.HeaderClassName
{
color: #CFE5DA;
}
.AnyTagClassName
{
color: #CFE5DA;
}
</style>
background-color css
<style>
a { background-color: #CFE5DA; }
a { background-color: rgb(207,229,218); }
div.DivClassName
{
background-color: #CFE5DA;
}
.BgClassName
{
background-color: #CFE5DA;
}
</style>
border-color css
<style>
span { border-color: #CFE5DA; }
span { border-color: rgb(207,229,218); }
td.TdClassName
{
border-color: #CFE5DA;
}
.TagClassName
{
border-color: #CFE5DA;
}
</style>