Shades of Surf Crest #CDDCCA
Tints of Surf Crest #CDDCCA
RGB
CMYK
RGB Variations
Color information
#CDDCCA (or 0xCDDCCA) is known color: Surf Crest. HEX triplet: CD, DC and CA. RGB value is (205,220,202). Sum of RGB (Red+Green+Blue) = 205+220+202=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCA is #322335. Grayscale: #D5D5D5. Windows color (decimal): -3285814 or 13294797. OLE color: 13294797.
HSL color Cylindrical-coordinate representation of color #CDDCCA: hue angle of 110º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDCCA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 220 | 202 | - |
CMYK | 0.07 | 0 | 0.08 | 0.14 |
HSL | 110º | 0.2% | 0.83% | - |
HSV(B) | 110º | 0.08% | 0.86% | - |
XYZ | 61.43 | 68.43 | 65.85 | - |
YUV | 213.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 220 | 202 | 0.07 | 0 | 0.08 | 0.14 | 110 | 0.2 | 0.83 |
Hex | CD | DC | CA | 7 | 0 | 8 | E | 6E | 14 | 53 |
Octal | 315 | 334 | 312 | 7 | 0 | 10 | 16 | 156 | 24 | 123 |
Binary | 11001101 | 11011100 | 11001010 | 111 | 0 | 1000 | 1110 | 1101110 | 10100 | 1010011 |
Color Harmonies of #CDDCCA
Complementary color
Monochromatic Colors of #CDDCCA
Black with #CDDCCA
Text Example
Text Example
White with #CDDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCCA; }
p { color: rgb(205,220,202); }
H1.HeaderClassName
{
color: #CDDCCA;
}
.AnyTagClassName
{
color: #CDDCCA;
}
</style>
background-color css
<style>
a { background-color: #CDDCCA; }
a { background-color: rgb(205,220,202); }
div.DivClassName
{
background-color: #CDDCCA;
}
.BgClassName
{
background-color: #CDDCCA;
}
</style>
border-color css
<style>
span { border-color: #CDDCCA; }
span { border-color: rgb(205,220,202); }
td.TdClassName
{
border-color: #CDDCCA;
}
.TagClassName
{
border-color: #CDDCCA;
}
</style>