#CCD3CD

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

Shades of Sea Mist #CCD3CD

Tints of Sea Mist #CCD3CD

Color information

#CCD3CD (or 0xCCD3CD) is unknown color: approx Sea Mist. HEX triplet: CC, D3 and CD. RGB value is (204,211,205). Sum of RGB (Red+Green+Blue) = 204+211+205=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3CD is #332C32. Grayscale: #D0D0D0. Windows color (decimal): -3353651 or 13489100. OLE color: 13489100.

HSL color Cylindrical-coordinate representation of color #CCD3CD: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD3CD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB204211205-
CMYK0.0300.030.17
HSL128.57º7.37%81.37%-
HSV(B)128.57º3.32%82.75%-
XYZ59.2263.8366.96-
YUV208.22126.18124.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=32.90%
G=34.03%
B=33.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112050.0300.030.17128.577.3781.37
HexCCD3CD3031181751
Octal314323315303212017121
Binary1100110011010011110011011101110001100000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3CD; }

 p { color: rgb(204,211,205); }

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

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

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

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

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

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

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