#CCDDCA

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

Shades of Surf Crest #CCDDCA

Tints of Surf Crest #CCDDCA

Color information

#CCDDCA (or 0xCCDDCA) is unknown color: approx Surf Crest. HEX triplet: CC, DD and CA. RGB value is (204,221,202). Sum of RGB (Red+Green+Blue) = 204+221+202=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCA is #332235. Grayscale: #D5D5D5. Windows color (decimal): -3351094 or 13295052. OLE color: 13295052.

HSL color Cylindrical-coordinate representation of color #CCDDCA: hue angle of 113.68º degrees, saturation: 0.22, 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 #CCDDCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB204221202-
CMYK0.0800.090.13
HSL113.68º21.84%82.94%-
HSV(B)113.68º8.6%86.67%-
XYZ61.4268.8165.92-
YUV213.75121.37121.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=32.54%
G=35.25%
B=32.22%

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
Decimal2042212020.0800.090.13113.6821.8482.94
HexCCDDCA809D721653
Octal314335312100111516226123
Binary11001100110111011100101010000100111011110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDCA; }

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

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

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

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

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

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

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

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