#CDD5CE

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

Shades of Sea Mist #CDD5CE

Tints of Sea Mist #CDD5CE

Color information

#CDD5CE (or 0xCDD5CE) is unknown color: approx Sea Mist. HEX triplet: CD, D5 and CE. RGB value is (205,213,206). Sum of RGB (Red+Green+Blue) = 205+213+206=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CE is #322A31. Grayscale: #D1D1D1. Windows color (decimal): -3287602 or 13555149. OLE color: 13555149.

HSL color Cylindrical-coordinate representation of color #CDD5CE: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5CE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB205213206-
CMYK0.0400.030.16
HSL127.5º8.7%81.96%-
HSV(B)127.5º3.76%83.53%-
XYZ60.1165.0267.78-
YUV209.81125.85124.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=32.85%
G=34.13%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052132060.0400.030.16127.58.781.96
HexCDD5CE403107f952
Octal3153253164032017711122
Binary11001101110101011100111010001110000111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5CE; }

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

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

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

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

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

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

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

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