Shades of Surf Crest #CCDFC5
Tints of Surf Crest #CCDFC5
RGB
CMYK
RGB Variations
Color information
#CCDFC5 (or 0xCCDFC5) is known color: Surf Crest. HEX triplet: CC, DF and C5. RGB value is (204,223,197). Sum of RGB (Red+Green+Blue) = 204+223+197=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC5 is #33203A. Grayscale: #D6D6D6. Windows color (decimal): -3350587 or 12967884. OLE color: 12967884.
HSL color Cylindrical-coordinate representation of color #CCDFC5: hue angle of 103.85º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 197 | - |
CMYK | 0.09 | 0 | 0.12 | 0.13 |
HSL | 103.85º | 0.29% | 0.82% | - |
HSV(B) | 103.85º | 0.12% | 0.87% | - |
XYZ | 61.37 | 69.64 | 63.03 | - |
YUV | 214.36 | 118.21 | 120.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 197 | 0.09 | 0 | 0.12 | 0.13 | 103.85 | 0.29 | 0.82 |
Hex | CC | DF | C5 | 9 | 0 | C | D | 68 | 1D | 52 |
Octal | 314 | 337 | 305 | 11 | 0 | 14 | 15 | 150 | 35 | 122 |
Binary | 11001100 | 11011111 | 11000101 | 1001 | 0 | 1100 | 1101 | 1101000 | 11101 | 1010010 |
Color Harmonies of #CCDFC5
Complementary color
Monochromatic Colors of #CCDFC5
Black with #CCDFC5
Text Example
Text Example
White with #CCDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC5; }
p { color: rgb(204,223,197); }
H1.HeaderClassName
{
color: #CCDFC5;
}
.AnyTagClassName
{
color: #CCDFC5;
}
</style>
background-color css
<style>
a { background-color: #CCDFC5; }
a { background-color: rgb(204,223,197); }
div.DivClassName
{
background-color: #CCDFC5;
}
.BgClassName
{
background-color: #CCDFC5;
}
</style>
border-color css
<style>
span { border-color: #CCDFC5; }
span { border-color: rgb(204,223,197); }
td.TdClassName
{
border-color: #CCDFC5;
}
.TagClassName
{
border-color: #CCDFC5;
}
</style>