#CDD6CD

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

Shades of Sea Mist #CDD6CD

Tints of Sea Mist #CDD6CD

Color information

#CDD6CD (or 0xCDD6CD) is unknown color: approx Sea Mist. HEX triplet: CD, D6 and CD. RGB value is (205,214,205). Sum of RGB (Red+Green+Blue) = 205+214+205=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6CD is #322932. Grayscale: #D2D2D2. Windows color (decimal): -3287347 or 13489869. OLE color: 13489869.

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

Color convert

RGB205214205-
CMYK0.0400.040.16
HSL120º9.89%82.16%-
HSV(B)120º4.21%83.92%-
XYZ60.2465.4867.22-
YUV210.28125.02124.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=32.85%
G=34.29%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052142050.0400.040.161209.8982.16
HexCDD6CD4041078a52
Octal3153263154042017012122
Binary110011011101011011001101100010010000111100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6CD; }

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

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

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

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

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

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

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

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