#CDC5EB

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

Shades of Fog #CDC5EB

Tints of Fog #CDC5EB

Color information

#CDC5EB (or 0xCDC5EB) is unknown color: approx Fog. HEX triplet: CD, C5 and EB. RGB value is (205,197,235). Sum of RGB (Red+Green+Blue) = 205+197+235=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5EB is #323A14. Grayscale: #CBCBCB. Windows color (decimal): -3291669 or 15451597. OLE color: 15451597.

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

Color convert

RGB205197235-
CMYK0.130.1600.08
HSL252.63º48.72%84.71%-
HSV(B)252.63º16.17%92.16%-
XYZ60.1458.9186.8-
YUV203.72145.65128.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=32.18%
G=30.93%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051972350.130.1600.08252.6348.7284.71
HexCDC5EBD1008fd3155
Octal315305353152001037561125
Binary11001101110001011110101111011000001000111111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5EB; }

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

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

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

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

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

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

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

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