#CDD9CD

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

Shades of Sea Mist #CDD9CD

Tints of Sea Mist #CDD9CD

Color information

#CDD9CD (or 0xCDD9CD) is unknown color: approx Sea Mist. HEX triplet: CD, D9 and CD. RGB value is (205,217,205). Sum of RGB (Red+Green+Blue) = 205+217+205=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CD is #322632. Grayscale: #D4D4D4. Windows color (decimal): -3286579 or 13490637. OLE color: 13490637.

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

Color convert

RGB205217205-
CMYK0.0600.060.15
HSL120º13.64%82.75%-
HSV(B)120º5.53%85.1%-
XYZ61.0167.0167.48-
YUV212.04124.02122.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=32.70%
G=34.61%
B=32.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052172050.0600.060.1512013.6482.75
HexCDD9CD606F78e53
Octal3153313156061717016123
Binary11001101110110011100110111001101111111100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9CD; }

 p { color: rgb(205,217,205); }

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

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

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

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

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

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

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