Shades of Reef #CBDFAA
Tints of Reef #CBDFAA
RGB
CMYK
RGB Variations
Color information
#CBDFAA (or 0xCBDFAA) is known color: Reef. HEX triplet: CB, DF and AA. RGB value is (203,223,170). Sum of RGB (Red+Green+Blue) = 203+223+170=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFAA is #342055. Grayscale: #D3D3D3. Windows color (decimal): -3416150 or 11198411. OLE color: 11198411.
HSL color Cylindrical-coordinate representation of color #CBDFAA: hue angle of 82.64º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBDFAA is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 170 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.13 |
| HSL | 82.64º | 0.45% | 0.77% | - |
| HSV(B) | 82.64º | 0.24% | 0.87% | - |
| XYZ | 58.27 | 68.37 | 48.16 | - |
| YUV | 210.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 170 | 0.09 | 0 | 0.24 | 0.13 | 82.64 | 0.45 | 0.77 |
| Hex | CB | DF | AA | 9 | 0 | 18 | D | 53 | 2D | 4D |
| Octal | 313 | 337 | 252 | 11 | 0 | 30 | 15 | 123 | 55 | 115 |
| Binary | 11001011 | 11011111 | 10101010 | 1001 | 0 | 11000 | 1101 | 1010011 | 101101 | 1001101 |
Color Harmonies of #CBDFAA
Complementary color
Monochromatic Colors of #CBDFAA
Black with #CBDFAA
Text Example
Text Example
White with #CBDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFAA; }
p { color: rgb(203,223,170); }
H1.HeaderClassName
{
color: #CBDFAA;
}
.AnyTagClassName
{
color: #CBDFAA;
}
</style>
background-color css
<style>
a { background-color: #CBDFAA; }
a { background-color: rgb(203,223,170); }
div.DivClassName
{
background-color: #CBDFAA;
}
.BgClassName
{
background-color: #CBDFAA;
}
</style>
border-color css
<style>
span { border-color: #CBDFAA; }
span { border-color: rgb(203,223,170); }
td.TdClassName
{
border-color: #CBDFAA;
}
.TagClassName
{
border-color: #CBDFAA;
}
</style>