#CCDEC2

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

Shades of Surf Crest #CCDEC2

Tints of Surf Crest #CCDEC2

Color information

#CCDEC2 (or 0xCCDEC2) is unknown color: approx Surf Crest. HEX triplet: CC, DE and C2. RGB value is (204,222,194). Sum of RGB (Red+Green+Blue) = 204+222+194=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC2 is #33213D. Grayscale: #D5D5D5. Windows color (decimal): -3350846 or 12771020. OLE color: 12771020.

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

Color convert

RGB204222194-
CMYK0.0800.130.13
HSL98.57º29.79%81.57%-
HSV(B)98.57º12.61%87.06%-
XYZ60.7668.9761.15-
YUV213.43117.04121.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=32.90%
G=35.81%
B=31.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221940.0800.130.1398.5729.7981.57
HexCCDEC280DD631e52
Octal314336302100151514336122
Binary11001100110111101100001010000110111011100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEC2; }

 p { color: rgb(204,222,194); }

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

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

 a { background-color: rgb(204,222,194); }

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

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

 span { border-color: rgb(204,222,194); }

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