Shades of Reef #CCDF9D
Tints of Reef #CCDF9D
RGB
CMYK
RGB Variations
Color information
#CCDF9D (or 0xCCDF9D) is known color: Reef. HEX triplet: CC, DF and 9D. RGB value is (204,223,157). Sum of RGB (Red+Green+Blue) = 204+223+157=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF9D is #332062. Grayscale: #D2D2D2. Windows color (decimal): -3350627 or 10346444. OLE color: 10346444.
HSL color Cylindrical-coordinate representation of color #CCDF9D: hue angle of 77.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDF9D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 157 | - |
CMYK | 0.09 | 0 | 0.30 | 0.13 |
HSL | 77.27º | 0.51% | 0.75% | - |
HSV(B) | 77.27º | 0.3% | 0.87% | - |
XYZ | 57.38 | 68.05 | 42.01 | - |
YUV | 209.8 | 98.21 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 157 | 0.09 | 0 | 0.30 | 0.13 | 77.27 | 0.51 | 0.75 |
Hex | CC | DF | 9D | 9 | 0 | 1E | D | 4D | 33 | 4B |
Octal | 314 | 337 | 235 | 11 | 0 | 36 | 15 | 115 | 63 | 113 |
Binary | 11001100 | 11011111 | 10011101 | 1001 | 0 | 11110 | 1101 | 1001101 | 110011 | 1001011 |
Color Harmonies of #CCDF9D
Complementary color
Monochromatic Colors of #CCDF9D
Black with #CCDF9D
Text Example
Text Example
White with #CCDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF9D; }
p { color: rgb(204,223,157); }
H1.HeaderClassName
{
color: #CCDF9D;
}
.AnyTagClassName
{
color: #CCDF9D;
}
</style>
background-color css
<style>
a { background-color: #CCDF9D; }
a { background-color: rgb(204,223,157); }
div.DivClassName
{
background-color: #CCDF9D;
}
.BgClassName
{
background-color: #CCDF9D;
}
</style>
border-color css
<style>
span { border-color: #CCDF9D; }
span { border-color: rgb(204,223,157); }
td.TdClassName
{
border-color: #CCDF9D;
}
.TagClassName
{
border-color: #CCDF9D;
}
</style>