#CDDACD

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

Shades of Sea Mist #CDDACD

Tints of Sea Mist #CDDACD

Color information

#CDDACD (or 0xCDDACD) is unknown color: approx Sea Mist. HEX triplet: CD, DA and CD. RGB value is (205,218,205). Sum of RGB (Red+Green+Blue) = 205+218+205=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDACD is #322532. Grayscale: #D4D4D4. Windows color (decimal): -3286323 or 13490893. OLE color: 13490893.

HSL color Cylindrical-coordinate representation of color #CDDACD: hue angle of 120º degrees, saturation: 0.15, 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 #CDDACD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB205218205-
CMYK0.0600.060.15
HSL120º14.94%82.94%-
HSV(B)120º5.96%85.49%-
XYZ61.2767.5367.56-
YUV212.63123.69122.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=32.64%
G=34.71%
B=32.64%

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
Decimal2052182050.0600.060.1512014.9482.94
HexCDDACD606F78f53
Octal3153323156061717017123
Binary11001101110110101100110111001101111111100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDACD; }

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

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

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

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

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

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

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

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