#CDC6EC

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

Shades of Fog #CDC6EC

Tints of Fog #CDC6EC

Color information

#CDC6EC (or 0xCDC6EC) is unknown color: approx Fog. HEX triplet: CD, C6 and EC. RGB value is (205,198,236). Sum of RGB (Red+Green+Blue) = 205+198+236=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EC is #323913. Grayscale: #CCCCCC. Windows color (decimal): -3291412 or 15517389. OLE color: 15517389.

HSL color Cylindrical-coordinate representation of color #CDC6EC: hue angle of 251.05º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC6EC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205198236-
CMYK0.130.1600.07
HSL251.05º50%85.1%-
HSV(B)251.05º16.1%92.55%-
XYZ60.5159.4287.64-
YUV204.42145.82128.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=32.08%
G=30.99%
B=36.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051982360.130.1600.07251.055085.1
HexCDC6ECD1007fb3255
Octal31530635415200737362125
Binary1100110111000110111011001101100000111111110111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6EC; }

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

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

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

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

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

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

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

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