Shades of Reef #CBDEB2
Tints of Reef #CBDEB2
RGB
CMYK
RGB Variations
Color information
#CBDEB2 (or 0xCBDEB2) is known color: Reef. HEX triplet: CB, DE and B2. RGB value is (203,222,178). Sum of RGB (Red+Green+Blue) = 203+222+178=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEB2 is #34214D. Grayscale: #D3D3D3. Windows color (decimal): -3416398 or 11722443. OLE color: 11722443.
HSL color Cylindrical-coordinate representation of color #CBDEB2: hue angle of 85.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDEB2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 178 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.13 |
| HSL | 85.91º | 0.4% | 0.78% | - |
| HSV(B) | 85.91º | 0.2% | 0.87% | - |
| XYZ | 58.79 | 68.15 | 52.18 | - |
| YUV | 211.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 178 | 0.09 | 0 | 0.20 | 0.13 | 85.91 | 0.4 | 0.78 |
| Hex | CB | DE | B2 | 9 | 0 | 14 | D | 56 | 28 | 4E |
| Octal | 313 | 336 | 262 | 11 | 0 | 24 | 15 | 126 | 50 | 116 |
| Binary | 11001011 | 11011110 | 10110010 | 1001 | 0 | 10100 | 1101 | 1010110 | 101000 | 1001110 |
Color Harmonies of #CBDEB2
Complementary color
Monochromatic Colors of #CBDEB2
Black with #CBDEB2
Text Example
Text Example
White with #CBDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEB2; }
p { color: rgb(203,222,178); }
H1.HeaderClassName
{
color: #CBDEB2;
}
.AnyTagClassName
{
color: #CBDEB2;
}
</style>
background-color css
<style>
a { background-color: #CBDEB2; }
a { background-color: rgb(203,222,178); }
div.DivClassName
{
background-color: #CBDEB2;
}
.BgClassName
{
background-color: #CBDEB2;
}
</style>
border-color css
<style>
span { border-color: #CBDEB2; }
span { border-color: rgb(203,222,178); }
td.TdClassName
{
border-color: #CBDEB2;
}
.TagClassName
{
border-color: #CBDEB2;
}
</style>