Shades of Reef #CDEFAB
Tints of Reef #CDEFAB
RGB
CMYK
RGB Variations
Color information
#CDEFAB (or 0xCDEFAB) is known color: Reef. HEX triplet: CD, EF and AB. RGB value is (205,239,171). Sum of RGB (Red+Green+Blue) = 205+239+171=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAB is #321054. Grayscale: #DDDDDD. Windows color (decimal): -3280981 or 11268045. OLE color: 11268045.
HSL color Cylindrical-coordinate representation of color #CDEFAB: hue angle of 90º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEFAB is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 171 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.06 |
| HSL | 90º | 0.68% | 0.8% | - |
| HSV(B) | 90º | 0.28% | 0.94% | - |
| XYZ | 63.39 | 77.65 | 50.18 | - |
| YUV | 221.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 171 | 0.14 | 0 | 0.28 | 0.06 | 90 | 0.68 | 0.8 |
| Hex | CD | EF | AB | E | 0 | 1C | 6 | 5A | 44 | 50 |
| Octal | 315 | 357 | 253 | 16 | 0 | 34 | 6 | 132 | 104 | 120 |
| Binary | 11001101 | 11101111 | 10101011 | 1110 | 0 | 11100 | 110 | 1011010 | 1000100 | 1010000 |
Color Harmonies of #CDEFAB
Complementary color
Monochromatic Colors of #CDEFAB
Black with #CDEFAB
Text Example
Text Example
White with #CDEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFAB; }
p { color: rgb(205,239,171); }
H1.HeaderClassName
{
color: #CDEFAB;
}
.AnyTagClassName
{
color: #CDEFAB;
}
</style>
background-color css
<style>
a { background-color: #CDEFAB; }
a { background-color: rgb(205,239,171); }
div.DivClassName
{
background-color: #CDEFAB;
}
.BgClassName
{
background-color: #CDEFAB;
}
</style>
border-color css
<style>
span { border-color: #CDEFAB; }
span { border-color: rgb(205,239,171); }
td.TdClassName
{
border-color: #CDEFAB;
}
.TagClassName
{
border-color: #CDEFAB;
}
</style>