#CDD8CD

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

Shades of Sea Mist #CDD8CD

Tints of Sea Mist #CDD8CD

Color information

#CDD8CD (or 0xCDD8CD) is unknown color: approx Sea Mist. HEX triplet: CD, D8 and CD. RGB value is (205,216,205). Sum of RGB (Red+Green+Blue) = 205+216+205=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8CD is #322732. Grayscale: #D3D3D3. Windows color (decimal): -3286835 or 13490381. OLE color: 13490381.

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

Color convert

RGB205216205-
CMYK0.0500.050.15
HSL120º12.36%82.55%-
HSV(B)120º5.09%84.71%-
XYZ60.7566.567.39-
YUV211.46124.36123.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=32.75%
G=34.50%
B=32.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052162050.0500.050.1512012.3682.55
HexCDD8CD505F78c53
Octal3153303155051717014123
Binary11001101110110001100110110101011111111100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8CD; }

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

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

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

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

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

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

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

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