#CDD5CD

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

Shades of Sea Mist #CDD5CD

Tints of Sea Mist #CDD5CD

Color information

#CDD5CD (or 0xCDD5CD) is unknown color: approx Sea Mist. HEX triplet: CD, D5 and CD. RGB value is (205,213,205). Sum of RGB (Red+Green+Blue) = 205+213+205=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CD is #322A32. Grayscale: #D1D1D1. Windows color (decimal): -3287603 or 13489613. OLE color: 13489613.

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

Color convert

RGB205213205-
CMYK0.0400.040.16
HSL120º8.7%81.96%-
HSV(B)120º3.76%83.53%-
XYZ59.9964.9867.14-
YUV209.7125.35124.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=32.91%
G=34.19%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052132050.0400.040.161208.781.96
HexCDD5CD4041078952
Octal3153253154042017011122
Binary110011011101010111001101100010010000111100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5CD; }

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

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

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

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

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

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

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

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