#CCDECA

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

Shades of Surf Crest #CCDECA

Tints of Surf Crest #CCDECA

Color information

#CCDECA (or 0xCCDECA) is unknown color: approx Surf Crest. HEX triplet: CC, DE and CA. RGB value is (204,222,202). Sum of RGB (Red+Green+Blue) = 204+222+202=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECA is #332135. Grayscale: #D6D6D6. Windows color (decimal): -3350838 or 13295308. OLE color: 13295308.

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

Color convert

RGB204222202-
CMYK0.0800.090.13
HSL114º23.26%83.14%-
HSV(B)114º9.01%87.06%-
XYZ61.6869.3466.01-
YUV214.34121.04120.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=32.48%
G=35.35%
B=32.17%

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
Decimal2042222020.0800.090.1311423.2683.14
HexCCDECA809D721753
Octal314336312100111516227123
Binary11001100110111101100101010000100111011110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDECA; }

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

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

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

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

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

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

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

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