#CCDDCC

Color #CCDDCC Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CCDDCC

Tints of Sea Mist #CCDDCC

Color information

#CCDDCC (or 0xCCDDCC) is unknown color: approx Sea Mist. HEX triplet: CC, DD and CC. RGB value is (204,221,204). Sum of RGB (Red+Green+Blue) = 204+221+204=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCC is #332233. Grayscale: #D6D6D6. Windows color (decimal): -3351092 or 13426124. OLE color: 13426124.

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

Color convert

RGB204221204-
CMYK0.0800.080.13
HSL120º20%83.33%-
HSV(B)120º7.69%86.67%-
XYZ61.6668.9167.18-
YUV213.98122.37120.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=32.43%
G=35.14%
B=32.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212040.0800.080.131202083.33
HexCCDDCC808D781453
Octal314335314100101517024123
Binary11001100110111011100110010000100011011111000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDCC; }

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

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

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

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

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

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

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

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