Shades of Reef #CDDDAC
Tints of Reef #CDDDAC
RGB
CMYK
RGB Variations
Color information
#CDDDAC (or 0xCDDDAC) is known color: Reef. HEX triplet: CD, DD and AC. RGB value is (205,221,172). Sum of RGB (Red+Green+Blue) = 205+221+172=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAC is #322253. Grayscale: #D2D2D2. Windows color (decimal): -3285588 or 11328973. OLE color: 11328973.
HSL color Cylindrical-coordinate representation of color #CDDDAC: hue angle of 79.59º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDDDAC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 221 | 172 | - |
CMYK | 0.07 | 0 | 0.22 | 0.13 |
HSL | 79.59º | 0.42% | 0.77% | - |
HSV(B) | 79.59º | 0.22% | 0.87% | - |
XYZ | 58.48 | 67.67 | 49.01 | - |
YUV | 210.63 | 106.2 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 172 | 0.07 | 0 | 0.22 | 0.13 | 79.59 | 0.42 | 0.77 |
Hex | CD | DD | AC | 7 | 0 | 16 | D | 50 | 2A | 4D |
Octal | 315 | 335 | 254 | 7 | 0 | 26 | 15 | 120 | 52 | 115 |
Binary | 11001101 | 11011101 | 10101100 | 111 | 0 | 10110 | 1101 | 1010000 | 101010 | 1001101 |
Color Harmonies of #CDDDAC
Complementary color
Monochromatic Colors of #CDDDAC
Black with #CDDDAC
Text Example
Text Example
White with #CDDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDAC; }
p { color: rgb(205,221,172); }
H1.HeaderClassName
{
color: #CDDDAC;
}
.AnyTagClassName
{
color: #CDDDAC;
}
</style>
background-color css
<style>
a { background-color: #CDDDAC; }
a { background-color: rgb(205,221,172); }
div.DivClassName
{
background-color: #CDDDAC;
}
.BgClassName
{
background-color: #CDDDAC;
}
</style>
border-color css
<style>
span { border-color: #CDDDAC; }
span { border-color: rgb(205,221,172); }
td.TdClassName
{
border-color: #CDDDAC;
}
.TagClassName
{
border-color: #CDDDAC;
}
</style>