#CCDDC5

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

Shades of Surf Crest #CCDDC5

Tints of Surf Crest #CCDDC5

Color information

#CCDDC5 (or 0xCCDDC5) is unknown color: approx Surf Crest. HEX triplet: CC, DD and C5. RGB value is (204,221,197). Sum of RGB (Red+Green+Blue) = 204+221+197=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC5 is #33223A. Grayscale: #D5D5D5. Windows color (decimal): -3351099 or 12967372. OLE color: 12967372.

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

Color convert

RGB204221197-
CMYK0.0800.110.13
HSL102.5º26.09%81.96%-
HSV(B)102.5º10.86%86.67%-
XYZ60.8468.5862.85-
YUV213.18118.87121.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=32.80%
G=35.53%
B=31.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211970.0800.110.13102.526.0981.96
HexCCDDC580BD661a52
Octal314335305100131514632122
Binary11001100110111011100010110000101111011100110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC5; }

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

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

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

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

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

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

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

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