#CCDEC8

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

Shades of Surf Crest #CCDEC8

Tints of Surf Crest #CCDEC8

Color information

#CCDEC8 (or 0xCCDEC8) is unknown color: approx Surf Crest. HEX triplet: CC, DE and C8. RGB value is (204,222,200). Sum of RGB (Red+Green+Blue) = 204+222+200=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC8 is #332137. Grayscale: #D6D6D6. Windows color (decimal): -3350840 or 13164236. OLE color: 13164236.

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

Color convert

RGB204222200-
CMYK0.0800.100.13
HSL109.09º25%82.75%-
HSV(B)109.09º9.91%87.06%-
XYZ61.4569.2564.77-
YUV214.11120.04120.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=32.59%
G=35.46%
B=31.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222000.0800.100.13109.092582.75
HexCCDEC880AD6d1953
Octal314336310100121515531123
Binary11001100110111101100100010000101011011101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEC8; }

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

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

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

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

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

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

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

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