#CDC5ED

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

Shades of Fog #CDC5ED

Tints of Fog #CDC5ED

Color information

#CDC5ED (or 0xCDC5ED) is unknown color: approx Fog. HEX triplet: CD, C5 and ED. RGB value is (205,197,237). Sum of RGB (Red+Green+Blue) = 205+197+237=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5ED is #323A12. Grayscale: #CBCBCB. Windows color (decimal): -3291667 or 15582669. OLE color: 15582669.

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

Color convert

RGB205197237-
CMYK0.140.1700.07
HSL252º52.63%85.1%-
HSV(B)252º16.88%92.94%-
XYZ60.4359.0388.33-
YUV203.95146.65128.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=32.08%
G=30.83%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051972370.140.1700.0725252.6385.1
HexCDC5EDE1107fc3555
Octal31530535516210737465125
Binary1100110111000101111011011110100010111111111001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5ED; }

 p { color: rgb(205,197,237); }

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

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

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

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

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

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

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