#CCDCCB

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

Shades of Sea Mist #CCDCCB

Tints of Sea Mist #CCDCCB

Color information

#CCDCCB (or 0xCCDCCB) is unknown color: approx Sea Mist. HEX triplet: CC, DC and CB. RGB value is (204,220,203). Sum of RGB (Red+Green+Blue) = 204+220+203=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCB is #332334. Grayscale: #D5D5D5. Windows color (decimal): -3351349 or 13360332. OLE color: 13360332.

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

Color convert

RGB204220203-
CMYK0.0700.080.14
HSL116.47º19.54%82.94%-
HSV(B)116.47º7.73%86.27%-
XYZ61.2768.3466.46-
YUV213.28122.2121.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=32.54%
G=35.09%
B=32.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202030.0700.080.14116.4719.5482.94
HexCCDCCB708E741453
Octal31433431370101616424123
Binary1100110011011100110010111110100011101110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCCB; }

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

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

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

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

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

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

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

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