#CDC6EA

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

Shades of Fog #CDC6EA

Tints of Fog #CDC6EA

Color information

#CDC6EA (or 0xCDC6EA) is unknown color: approx Fog. HEX triplet: CD, C6 and EA. RGB value is (205,198,234). Sum of RGB (Red+Green+Blue) = 205+198+234=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6EA is #323915. Grayscale: #CCCCCC. Windows color (decimal): -3291414 or 15386317. OLE color: 15386317.

HSL color Cylindrical-coordinate representation of color #CDC6EA: hue angle of 251.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDC6EA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205198234-
CMYK0.120.1500.08
HSL251.67º46.15%84.71%-
HSV(B)251.67º15.38%91.76%-
XYZ60.2259.3186.12-
YUV204.2144.82128.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=32.18%
G=31.08%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051982340.120.1500.08251.6746.1584.71
HexCDC6EACF08fc2e55
Octal315306352141701037456125
Binary1100110111000110111010101100111101000111111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6EA; }

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

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

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

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

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

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

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

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