Shades of Reef #CDEAAD
Tints of Reef #CDEAAD
RGB
CMYK
RGB Variations
Color information
#CDEAAD (or 0xCDEAAD) is known color: Reef. HEX triplet: CD, EA and AD. RGB value is (205,234,173). Sum of RGB (Red+Green+Blue) = 205+234+173=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAAD is #321552. Grayscale: #DADADA. Windows color (decimal): -3282259 or 11397837. OLE color: 11397837.
HSL color Cylindrical-coordinate representation of color #CDEAAD: hue angle of 88.52º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEAAD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 173 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.08 |
| HSL | 88.52º | 0.59% | 0.8% | - |
| HSV(B) | 88.52º | 0.26% | 0.92% | - |
| XYZ | 62.14 | 74.84 | 50.71 | - |
| YUV | 218.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 173 | 0.12 | 0 | 0.26 | 0.08 | 88.52 | 0.59 | 0.8 |
| Hex | CD | EA | AD | C | 0 | 1A | 8 | 59 | 3B | 50 |
| Octal | 315 | 352 | 255 | 14 | 0 | 32 | 10 | 131 | 73 | 120 |
| Binary | 11001101 | 11101010 | 10101101 | 1100 | 0 | 11010 | 1000 | 1011001 | 111011 | 1010000 |
Color Harmonies of #CDEAAD
Complementary color
Monochromatic Colors of #CDEAAD
Black with #CDEAAD
Text Example
Text Example
White with #CDEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAAD; }
p { color: rgb(205,234,173); }
H1.HeaderClassName
{
color: #CDEAAD;
}
.AnyTagClassName
{
color: #CDEAAD;
}
</style>
background-color css
<style>
a { background-color: #CDEAAD; }
a { background-color: rgb(205,234,173); }
div.DivClassName
{
background-color: #CDEAAD;
}
.BgClassName
{
background-color: #CDEAAD;
}
</style>
border-color css
<style>
span { border-color: #CDEAAD; }
span { border-color: rgb(205,234,173); }
td.TdClassName
{
border-color: #CDEAAD;
}
.TagClassName
{
border-color: #CDEAAD;
}
</style>