#CCDDC9

Color #CCDDC9 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CCDDC9

Tints of Surf Crest #CCDDC9

Color information

#CCDDC9 (or 0xCCDDC9) is unknown color: approx Surf Crest. HEX triplet: CC, DD and C9. RGB value is (204,221,201). Sum of RGB (Red+Green+Blue) = 204+221+201=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC9 is #332236. Grayscale: #D5D5D5. Windows color (decimal): -3351095 or 13229516. OLE color: 13229516.

HSL color Cylindrical-coordinate representation of color #CCDDC9: hue angle of 111º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDDC9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB204221201-
CMYK0.0800.090.13
HSL111º22.73%82.75%-
HSV(B)111º9.05%86.67%-
XYZ61.368.7765.3-
YUV213.64120.87121.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=32.59%
G=35.30%
B=32.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212010.0800.090.1311122.7382.75
HexCCDDC9809D6f1753
Octal314335311100111515727123
Binary11001100110111011100100110000100111011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC9; }

 p { color: rgb(204,221,201); }

 H1.HeaderClassName
 {
   color: #CCDDC9;
 }
 .AnyTagClassName
 {
   color: #CCDDC9;
 }
</style>
background-color css

<style>
 a { background-color: #CCDDC9; }

 a { background-color: rgb(204,221,201); }

 div.DivClassName
 {
   background-color: #CCDDC9;
 }
 .BgClassName
 {
   background-color: #CCDDC9;
 }
</style>
border-color css

<style>
 span { border-color: #CCDDC9; }

 span { border-color: rgb(204,221,201); }

 td.TdClassName
 {
   border-color: #CCDDC9;
 }
 .TagClassName
 {
   border-color: #CCDDC9;
 }
</style>