#CDB4EC

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

Shades of Fog #CDB4EC

Tints of Fog #CDB4EC

Color information

#CDB4EC (or 0xCDB4EC) is unknown color: approx Fog. HEX triplet: CD, B4 and EC. RGB value is (205,180,236). Sum of RGB (Red+Green+Blue) = 205+180+236=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB4EC is #324B13. Grayscale: #C1C1C1. Windows color (decimal): -3296020 or 15512781. OLE color: 15512781.

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

Color convert

RGB205180236-
CMYK0.130.2400.07
HSL266.79º59.57%81.57%-
HSV(B)266.79º23.73%92.55%-
XYZ56.6451.6886.35-
YUV193.86151.78135.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=33.01%
G=28.99%
B=38.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051802360.130.2400.07266.7959.5781.57
HexCDB4ECD180710b3c52
Octal31526435415300741374122
Binary11001101101101001110110011011100001111000010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4EC; }

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

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

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

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

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

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

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

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