#CDD7CD

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

Shades of Sea Mist #CDD7CD

Tints of Sea Mist #CDD7CD

Color information

#CDD7CD (or 0xCDD7CD) is unknown color: approx Sea Mist. HEX triplet: CD, D7 and CD. RGB value is (205,215,205). Sum of RGB (Red+Green+Blue) = 205+215+205=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CD is #322832. Grayscale: #D2D2D2. Windows color (decimal): -3287091 or 13490125. OLE color: 13490125.

HSL color Cylindrical-coordinate representation of color #CDD7CD: hue angle of 120º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD7CD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB205215205-
CMYK0.0500.050.16
HSL120º11.11%82.35%-
HSV(B)120º4.65%84.31%-
XYZ60.565.9967.31-
YUV210.87124.69123.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=32.8%
G=34.4%
B=32.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052152050.0500.050.1612011.1182.35
HexCDD7CD5051078b52
Octal3153273155052017013122
Binary110011011101011111001101101010110000111100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7CD; }

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

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

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

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

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

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

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

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