Shades of Reef #CDE0B2
Tints of Reef #CDE0B2
RGB
CMYK
RGB Variations
Color information
#CDE0B2 (or 0xCDE0B2) is known color: Reef. HEX triplet: CD, E0 and B2. RGB value is (205,224,178). Sum of RGB (Red+Green+Blue) = 205+224+178=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0B2 is #321F4D. Grayscale: #D5D5D5. Windows color (decimal): -3284814 or 11722957. OLE color: 11722957.
HSL color Cylindrical-coordinate representation of color #CDE0B2: hue angle of 84.78º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDE0B2 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 178 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.12 |
| HSL | 84.78º | 0.43% | 0.79% | - |
| HSV(B) | 84.78º | 0.21% | 0.88% | - |
| XYZ | 59.87 | 69.5 | 52.38 | - |
| YUV | 213.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 178 | 0.08 | 0 | 0.21 | 0.12 | 84.78 | 0.43 | 0.79 |
| Hex | CD | E0 | B2 | 8 | 0 | 15 | C | 55 | 2B | 4F |
| Octal | 315 | 340 | 262 | 10 | 0 | 25 | 14 | 125 | 53 | 117 |
| Binary | 11001101 | 11100000 | 10110010 | 1000 | 0 | 10101 | 1100 | 1010101 | 101011 | 1001111 |
Color Harmonies of #CDE0B2
Complementary color
Monochromatic Colors of #CDE0B2
Black with #CDE0B2
Text Example
Text Example
White with #CDE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0B2; }
p { color: rgb(205,224,178); }
H1.HeaderClassName
{
color: #CDE0B2;
}
.AnyTagClassName
{
color: #CDE0B2;
}
</style>
background-color css
<style>
a { background-color: #CDE0B2; }
a { background-color: rgb(205,224,178); }
div.DivClassName
{
background-color: #CDE0B2;
}
.BgClassName
{
background-color: #CDE0B2;
}
</style>
border-color css
<style>
span { border-color: #CDE0B2; }
span { border-color: rgb(205,224,178); }
td.TdClassName
{
border-color: #CDE0B2;
}
.TagClassName
{
border-color: #CDE0B2;
}
</style>