Shades of Reef #CDEBB0
Tints of Reef #CDEBB0
RGB
CMYK
RGB Variations
Color information
#CDEBB0 (or 0xCDEBB0) is known color: Reef. HEX triplet: CD, EB and B0. RGB value is (205,235,176). Sum of RGB (Red+Green+Blue) = 205+235+176=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBB0 is #32144F. Grayscale: #DBDBDB. Windows color (decimal): -3282000 or 11594701. OLE color: 11594701.
HSL color Cylindrical-coordinate representation of color #CDEBB0: hue angle of 90.51º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDEBB0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 176 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.08 |
| HSL | 90.51º | 0.6% | 0.81% | - |
| HSV(B) | 90.51º | 0.25% | 0.92% | - |
| XYZ | 62.72 | 75.53 | 52.35 | - |
| YUV | 219.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 176 | 0.13 | 0 | 0.25 | 0.08 | 90.51 | 0.6 | 0.81 |
| Hex | CD | EB | B0 | D | 0 | 19 | 8 | 5B | 3C | 51 |
| Octal | 315 | 353 | 260 | 15 | 0 | 31 | 10 | 133 | 74 | 121 |
| Binary | 11001101 | 11101011 | 10110000 | 1101 | 0 | 11001 | 1000 | 1011011 | 111100 | 1010001 |
Color Harmonies of #CDEBB0
Complementary color
Monochromatic Colors of #CDEBB0
Black with #CDEBB0
Text Example
Text Example
White with #CDEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBB0; }
p { color: rgb(205,235,176); }
H1.HeaderClassName
{
color: #CDEBB0;
}
.AnyTagClassName
{
color: #CDEBB0;
}
</style>
background-color css
<style>
a { background-color: #CDEBB0; }
a { background-color: rgb(205,235,176); }
div.DivClassName
{
background-color: #CDEBB0;
}
.BgClassName
{
background-color: #CDEBB0;
}
</style>
border-color css
<style>
span { border-color: #CDEBB0; }
span { border-color: rgb(205,235,176); }
td.TdClassName
{
border-color: #CDEBB0;
}
.TagClassName
{
border-color: #CDEBB0;
}
</style>