#CCDECB

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

Shades of Sea Mist #CCDECB

Tints of Sea Mist #CCDECB

Color information

#CCDECB (or 0xCCDECB) is unknown color: approx Sea Mist. HEX triplet: CC, DE and CB. RGB value is (204,222,203). Sum of RGB (Red+Green+Blue) = 204+222+203=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECB is #332134. Grayscale: #D6D6D6. Windows color (decimal): -3350837 or 13360844. OLE color: 13360844.

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

Color convert

RGB204222203-
CMYK0.0800.090.13
HSL116.84º22.35%83.33%-
HSV(B)116.84º8.56%87.06%-
XYZ61.869.3966.64-
YUV214.45121.54120.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=32.43%
G=35.29%
B=32.27%

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
Decimal2042222030.0800.090.13116.8422.3583.33
HexCCDECB809D751653
Octal314336313100111516526123
Binary11001100110111101100101110000100111011110101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDECB; }

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

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

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

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

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

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

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

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