#CCDEC4

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

Shades of Surf Crest #CCDEC4

Tints of Surf Crest #CCDEC4

Color information

#CCDEC4 (or 0xCCDEC4) is unknown color: approx Surf Crest. HEX triplet: CC, DE and C4. RGB value is (204,222,196). Sum of RGB (Red+Green+Blue) = 204+222+196=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC4 is #33213B. Grayscale: #D5D5D5. Windows color (decimal): -3350844 or 12902092. OLE color: 12902092.

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

Color convert

RGB204222196-
CMYK0.0800.120.13
HSL101.54º28.26%81.96%-
HSV(B)101.54º11.71%87.06%-
XYZ60.9969.0762.34-
YUV213.65118.04121.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=32.80%
G=35.69%
B=31.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221960.0800.120.13101.5428.2681.96
HexCCDEC480CD661c52
Octal314336304100141514634122
Binary11001100110111101100010010000110011011100110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEC4; }

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

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

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

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

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

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

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

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