Shades of White Ice #CBF1DD
Tints of White Ice #CBF1DD
RGB
CMYK
RGB Variations
Color information
#CBF1DD (or 0xCBF1DD) is known color: White Ice. HEX triplet: CB, F1 and DD. RGB value is (203,241,221). Sum of RGB (Red+Green+Blue) = 203+241+221=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1DD is #340E22. Grayscale: #E3E3E3. Windows color (decimal): -3411491 or 14545355. OLE color: 14545355.
HSL color Cylindrical-coordinate representation of color #CBF1DD: hue angle of 148.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1DD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 221 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 148.42º | 0.58% | 0.87% | - |
| HSV(B) | 148.42º | 0.16% | 0.95% | - |
| XYZ | 69.14 | 80.83 | 80.36 | - |
| YUV | 227.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 221 | 0.16 | 0 | 0.08 | 0.05 | 148.42 | 0.58 | 0.87 |
| Hex | CB | F1 | DD | 10 | 0 | 8 | 5 | 94 | 3A | 57 |
| Octal | 313 | 361 | 335 | 20 | 0 | 10 | 5 | 224 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11011101 | 10000 | 0 | 1000 | 101 | 10010100 | 111010 | 1010111 |
Color Harmonies of #CBF1DD
Complementary color
Monochromatic Colors of #CBF1DD
Black with #CBF1DD
Text Example
Text Example
White with #CBF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1DD; }
p { color: rgb(203,241,221); }
H1.HeaderClassName
{
color: #CBF1DD;
}
.AnyTagClassName
{
color: #CBF1DD;
}
</style>
background-color css
<style>
a { background-color: #CBF1DD; }
a { background-color: rgb(203,241,221); }
div.DivClassName
{
background-color: #CBF1DD;
}
.BgClassName
{
background-color: #CBF1DD;
}
</style>
border-color css
<style>
span { border-color: #CBF1DD; }
span { border-color: rgb(203,241,221); }
td.TdClassName
{
border-color: #CBF1DD;
}
.TagClassName
{
border-color: #CBF1DD;
}
</style>