Shades of Surf Crest #CDDCCB
Tints of Surf Crest #CDDCCB
RGB
CMYK
RGB Variations
Color information
#CDDCCB (or 0xCDDCCB) is known color: Surf Crest. HEX triplet: CD, DC and CB. RGB value is (205,220,203). Sum of RGB (Red+Green+Blue) = 205+220+203=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCCB is #322334. Grayscale: #D5D5D5. Windows color (decimal): -3285813 or 13360333. OLE color: 13360333.
HSL color Cylindrical-coordinate representation of color #CDDCCB: hue angle of 112.94º 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 #CDDCCB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 203 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.14 |
| HSL | 112.94º | 0.2% | 0.83% | - |
| HSV(B) | 112.94º | 0.08% | 0.86% | - |
| XYZ | 61.55 | 68.48 | 66.47 | - |
| YUV | 213.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 203 | 0.07 | 0 | 0.08 | 0.14 | 112.94 | 0.2 | 0.83 |
| Hex | CD | DC | CB | 7 | 0 | 8 | E | 71 | 14 | 53 |
| Octal | 315 | 334 | 313 | 7 | 0 | 10 | 16 | 161 | 24 | 123 |
| Binary | 11001101 | 11011100 | 11001011 | 111 | 0 | 1000 | 1110 | 1110001 | 10100 | 1010011 |
Color Harmonies of #CDDCCB
Complementary color
Monochromatic Colors of #CDDCCB
Black with #CDDCCB
Text Example
Text Example
White with #CDDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCCB; }
p { color: rgb(205,220,203); }
H1.HeaderClassName
{
color: #CDDCCB;
}
.AnyTagClassName
{
color: #CDDCCB;
}
</style>
background-color css
<style>
a { background-color: #CDDCCB; }
a { background-color: rgb(205,220,203); }
div.DivClassName
{
background-color: #CDDCCB;
}
.BgClassName
{
background-color: #CDDCCB;
}
</style>
border-color css
<style>
span { border-color: #CDDCCB; }
span { border-color: rgb(205,220,203); }
td.TdClassName
{
border-color: #CDDCCB;
}
.TagClassName
{
border-color: #CDDCCB;
}
</style>