#CDB5F9

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

Shades of Fog #CDB5F9

Tints of Fog #CDB5F9

Color information

#CDB5F9 (or 0xCDB5F9) is unknown color: approx Fog. HEX triplet: CD, B5 and F9. RGB value is (205,181,249). Sum of RGB (Red+Green+Blue) = 205+181+249=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5F9 is #324A06. Grayscale: #C3C3C3. Windows color (decimal): -3295751 or 16365005. OLE color: 16365005.

HSL color Cylindrical-coordinate representation of color #CDB5F9: hue angle of 261.18º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB5F9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205181249-
CMYK0.180.2700.02
HSL261.18º85%84.31%-
HSV(B)261.18º27.31%97.65%-
XYZ58.852.8796.73-
YUV195.93157.95134.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 181 (71.09% from 255) = 28.50%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=32.28%
G=28.50%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051812490.180.2700.02261.188584.31
HexCDB5F9121B021055554
Octal315265371223302405125124
Binary110011011011010111111001100101101101010000010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5F9; }

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

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

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

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

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

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

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

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