#CDDACE

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

Shades of Sea Mist #CDDACE

Tints of Sea Mist #CDDACE

Color information

#CDDACE (or 0xCDDACE) is unknown color: approx Sea Mist. HEX triplet: CD, DA and CE. RGB value is (205,218,206). Sum of RGB (Red+Green+Blue) = 205+218+206=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDACE is #322531. Grayscale: #D4D4D4. Windows color (decimal): -3286322 or 13556429. OLE color: 13556429.

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

Color convert

RGB205218206-
CMYK0.0600.060.15
HSL124.62º14.94%82.94%-
HSV(B)124.62º5.96%85.49%-
XYZ61.3967.5868.2-
YUV212.74124.19122.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=32.59%
G=34.66%
B=32.75%

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
Decimal2052182060.0600.060.15124.6214.9482.94
HexCDDACE606F7df53
Octal3153323166061717517123
Binary11001101110110101100111011001101111111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDACE; }

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

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

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

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

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

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

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

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