Shades of Surf Crest #C9DCC3
Tints of Surf Crest #C9DCC3
RGB
CMYK
RGB Variations
Color information
#C9DCC3 (or 0xC9DCC3) is known color: Surf Crest. HEX triplet: C9, DC and C3. RGB value is (201,220,195). Sum of RGB (Red+Green+Blue) = 201+220+195=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC3 is #36233C. Grayscale: #D3D3D3. Windows color (decimal): -3547965 or 12836041. OLE color: 12836041.
HSL color Cylindrical-coordinate representation of color #C9DCC3: hue angle of 105.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9DCC3 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 220 | 195 | - |
CMYK | 0.09 | 0 | 0.11 | 0.14 |
HSL | 105.6º | 0.26% | 0.81% | - |
HSV(B) | 105.6º | 0.11% | 0.86% | - |
XYZ | 59.53 | 67.54 | 61.53 | - |
YUV | 211.47 | 118.71 | 120.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 195 | 0.09 | 0 | 0.11 | 0.14 | 105.6 | 0.26 | 0.81 |
Hex | C9 | DC | C3 | 9 | 0 | B | E | 6A | 1A | 51 |
Octal | 311 | 334 | 303 | 11 | 0 | 13 | 16 | 152 | 32 | 121 |
Binary | 11001001 | 11011100 | 11000011 | 1001 | 0 | 1011 | 1110 | 1101010 | 11010 | 1010001 |
Color Harmonies of #C9DCC3
Complementary color
Monochromatic Colors of #C9DCC3
Black with #C9DCC3
Text Example
Text Example
White with #C9DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCC3; }
p { color: rgb(201,220,195); }
H1.HeaderClassName
{
color: #C9DCC3;
}
.AnyTagClassName
{
color: #C9DCC3;
}
</style>
background-color css
<style>
a { background-color: #C9DCC3; }
a { background-color: rgb(201,220,195); }
div.DivClassName
{
background-color: #C9DCC3;
}
.BgClassName
{
background-color: #C9DCC3;
}
</style>
border-color css
<style>
span { border-color: #C9DCC3; }
span { border-color: rgb(201,220,195); }
td.TdClassName
{
border-color: #C9DCC3;
}
.TagClassName
{
border-color: #C9DCC3;
}
</style>