Shades of Reef #CDFCAB
Tints of Reef #CDFCAB
RGB
CMYK
RGB Variations
Color information
#CDFCAB (or 0xCDFCAB) is known color: Reef. HEX triplet: CD, FC and AB. RGB value is (205,252,171). Sum of RGB (Red+Green+Blue) = 205+252+171=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFCAB is #320354. Grayscale: #E4E4E4. Windows color (decimal): -3277653 or 11271373. OLE color: 11271373.
HSL color Cylindrical-coordinate representation of color #CDFCAB: hue angle of 94.81º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDFCAB is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 171 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 94.81º | 0.93% | 0.83% | - |
| HSV(B) | 94.81º | 0.32% | 0.99% | - |
| XYZ | 67.34 | 85.54 | 51.49 | - |
| YUV | 228.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 171 | 0.19 | 0 | 0.32 | 0.01 | 94.81 | 0.93 | 0.83 |
| Hex | CD | FC | AB | 13 | 0 | 20 | 1 | 5F | 5D | 53 |
| Octal | 315 | 374 | 253 | 23 | 0 | 40 | 1 | 137 | 135 | 123 |
| Binary | 11001101 | 11111100 | 10101011 | 10011 | 0 | 100000 | 1 | 1011111 | 1011101 | 1010011 |
Color Harmonies of #CDFCAB
Complementary color
Monochromatic Colors of #CDFCAB
Black with #CDFCAB
Text Example
Text Example
White with #CDFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCAB; }
p { color: rgb(205,252,171); }
H1.HeaderClassName
{
color: #CDFCAB;
}
.AnyTagClassName
{
color: #CDFCAB;
}
</style>
background-color css
<style>
a { background-color: #CDFCAB; }
a { background-color: rgb(205,252,171); }
div.DivClassName
{
background-color: #CDFCAB;
}
.BgClassName
{
background-color: #CDFCAB;
}
</style>
border-color css
<style>
span { border-color: #CDFCAB; }
span { border-color: rgb(205,252,171); }
td.TdClassName
{
border-color: #CDFCAB;
}
.TagClassName
{
border-color: #CDFCAB;
}
</style>