Shades of Surf Crest #CCDEC2
Tints of Surf Crest #CCDEC2
RGB
CMYK
RGB Variations
Color information
#CCDEC2 (or 0xCCDEC2) is known color: Surf Crest. HEX triplet: CC, DE and C2. RGB value is (204,222,194). Sum of RGB (Red+Green+Blue) = 204+222+194=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC2 is #33213D. Grayscale: #D5D5D5. Windows color (decimal): -3350846 or 12771020. OLE color: 12771020.
HSL color Cylindrical-coordinate representation of color #CCDEC2: hue angle of 98.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 194 | - |
CMYK | 0.08 | 0 | 0.13 | 0.13 |
HSL | 98.57º | 0.3% | 0.82% | - |
HSV(B) | 98.57º | 0.13% | 0.87% | - |
XYZ | 60.76 | 68.97 | 61.15 | - |
YUV | 213.43 | 117.04 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 194 | 0.08 | 0 | 0.13 | 0.13 | 98.57 | 0.3 | 0.82 |
Hex | CC | DE | C2 | 8 | 0 | D | D | 63 | 1E | 52 |
Octal | 314 | 336 | 302 | 10 | 0 | 15 | 15 | 143 | 36 | 122 |
Binary | 11001100 | 11011110 | 11000010 | 1000 | 0 | 1101 | 1101 | 1100011 | 11110 | 1010010 |
Color Harmonies of #CCDEC2
Complementary color
Monochromatic Colors of #CCDEC2
Black with #CCDEC2
Text Example
Text Example
White with #CCDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEC2; }
p { color: rgb(204,222,194); }
H1.HeaderClassName
{
color: #CCDEC2;
}
.AnyTagClassName
{
color: #CCDEC2;
}
</style>
background-color css
<style>
a { background-color: #CCDEC2; }
a { background-color: rgb(204,222,194); }
div.DivClassName
{
background-color: #CCDEC2;
}
.BgClassName
{
background-color: #CCDEC2;
}
</style>
border-color css
<style>
span { border-color: #CCDEC2; }
span { border-color: rgb(204,222,194); }
td.TdClassName
{
border-color: #CCDEC2;
}
.TagClassName
{
border-color: #CCDEC2;
}
</style>