#CDDECD

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

Shades of Sea Mist #CDDECD

Tints of Sea Mist #CDDECD

Color information

#CDDECD (or 0xCDDECD) is unknown color: approx Sea Mist. HEX triplet: CD, DE and CD. RGB value is (205,222,205). Sum of RGB (Red+Green+Blue) = 205+222+205=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDECD is #322132. Grayscale: #D7D7D7. Windows color (decimal): -3285299 or 13491917. OLE color: 13491917.

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

Color convert

RGB205222205-
CMYK0.0800.080.13
HSL120º20.48%83.73%-
HSV(B)120º7.66%87.06%-
XYZ62.3269.6367.91-
YUV214.98122.37120.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=32.44%
G=35.13%
B=32.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052222050.0800.080.1312020.4883.73
HexCDDECD808D781454
Octal315336315100101517024124
Binary11001101110111101100110110000100011011111000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDECD; }

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

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

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

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

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

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

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

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