Shades of Surf Crest #CCDDC3
Tints of Surf Crest #CCDDC3
RGB
CMYK
RGB Variations
Color information
#CCDDC3 (or 0xCCDDC3) is known color: Surf Crest. HEX triplet: CC, DD and C3. RGB value is (204,221,195). Sum of RGB (Red+Green+Blue) = 204+221+195=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC3 is #33223C. Grayscale: #D5D5D5. Windows color (decimal): -3351101 or 12836300. OLE color: 12836300.
HSL color Cylindrical-coordinate representation of color #CCDDC3: hue angle of 99.23º degrees, saturation: 0.28, 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 #CCDDC3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 195 | - |
CMYK | 0.08 | 0 | 0.12 | 0.13 |
HSL | 99.23º | 0.28% | 0.82% | - |
HSV(B) | 99.23º | 0.12% | 0.87% | - |
XYZ | 60.61 | 68.49 | 61.66 | - |
YUV | 212.95 | 117.87 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 195 | 0.08 | 0 | 0.12 | 0.13 | 99.23 | 0.28 | 0.82 |
Hex | CC | DD | C3 | 8 | 0 | C | D | 63 | 1C | 52 |
Octal | 314 | 335 | 303 | 10 | 0 | 14 | 15 | 143 | 34 | 122 |
Binary | 11001100 | 11011101 | 11000011 | 1000 | 0 | 1100 | 1101 | 1100011 | 11100 | 1010010 |
Color Harmonies of #CCDDC3
Complementary color
Monochromatic Colors of #CCDDC3
Black with #CCDDC3
Text Example
Text Example
White with #CCDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC3; }
p { color: rgb(204,221,195); }
H1.HeaderClassName
{
color: #CCDDC3;
}
.AnyTagClassName
{
color: #CCDDC3;
}
</style>
background-color css
<style>
a { background-color: #CCDDC3; }
a { background-color: rgb(204,221,195); }
div.DivClassName
{
background-color: #CCDDC3;
}
.BgClassName
{
background-color: #CCDDC3;
}
</style>
border-color css
<style>
span { border-color: #CCDDC3; }
span { border-color: rgb(204,221,195); }
td.TdClassName
{
border-color: #CCDDC3;
}
.TagClassName
{
border-color: #CCDDC3;
}
</style>