#CDC6DA

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

Shades of Fog #CDC6DA

Tints of Fog #CDC6DA

Color information

#CDC6DA (or 0xCDC6DA) is unknown color: approx Fog. HEX triplet: CD, C6 and DA. RGB value is (205,198,218). Sum of RGB (Red+Green+Blue) = 205+198+218=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DA is #323925. Grayscale: #CACACA. Windows color (decimal): -3291430 or 14337741. OLE color: 14337741.

HSL color Cylindrical-coordinate representation of color #CDC6DA: hue angle of 261º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC6DA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205198218-
CMYK0.060.0900.15
HSL261º21.28%81.57%-
HSV(B)261º9.17%85.49%-
XYZ58.0358.4374.55-
YUV202.37136.82129.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=33.01%
G=31.88%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051982180.060.0900.1526121.2881.57
HexCDC6DA690F1051552
Octal31530633261101740525122
Binary110011011100011011011010110100101111100000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6DA; }

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

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

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

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

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

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

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

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