#CDB5E7

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

Shades of Fog #CDB5E7

Tints of Fog #CDB5E7

Color information

#CDB5E7 (or 0xCDB5E7) is unknown color: approx Fog. HEX triplet: CD, B5 and E7. RGB value is (205,181,231). Sum of RGB (Red+Green+Blue) = 205+181+231=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5E7 is #324A18. Grayscale: #C1C1C1. Windows color (decimal): -3295769 or 15185357. OLE color: 15185357.

HSL color Cylindrical-coordinate representation of color #CDB5E7: hue angle of 268.8º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB5E7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205181231-
CMYK0.110.2200.09
HSL268.8º51.02%80.78%-
HSV(B)268.8º21.65%90.59%-
XYZ56.1251.882.64-
YUV193.88148.95135.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 181 (71.09% from 255) = 29.34%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=33.23%
G=29.34%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051812310.110.2200.09268.851.0280.78
HexCDB5E7B160910d3351
Octal315265347132601141563121
Binary110011011011010111100111101110110010011000011011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5E7; }

 p { color: rgb(205,181,231); }

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

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

 a { background-color: rgb(205,181,231); }

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

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

 span { border-color: rgb(205,181,231); }

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