#CDD9CE

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

Shades of Sea Mist #CDD9CE

Tints of Sea Mist #CDD9CE

Color information

#CDD9CE (or 0xCDD9CE) is unknown color: approx Sea Mist. HEX triplet: CD, D9 and CE. RGB value is (205,217,206). Sum of RGB (Red+Green+Blue) = 205+217+206=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CE is #322631. Grayscale: #D4D4D4. Windows color (decimal): -3286578 or 13556173. OLE color: 13556173.

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

Color convert

RGB205217206-
CMYK0.0600.050.15
HSL125º13.64%82.75%-
HSV(B)125º5.53%85.1%-
XYZ61.1367.0668.11-
YUV212.16124.52122.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=32.64%
G=34.55%
B=32.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052172060.0600.050.1512513.6482.75
HexCDD9CE605F7de53
Octal3153313166051717516123
Binary11001101110110011100111011001011111111110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9CE; }

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

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

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

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

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

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

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

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