#D2BEED

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

Shades of Fog #D2BEED

Tints of Fog #D2BEED

Color information

#D2BEED (or 0xD2BEED) is unknown color: approx Fog. HEX triplet: D2, BE and ED. RGB value is (210,190,237). Sum of RGB (Red+Green+Blue) = 210+190+237=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BEED is #2D4112. Grayscale: #C9C9C9. Windows color (decimal): -2965779 or 15580882. OLE color: 15580882.

HSL color Cylindrical-coordinate representation of color #D2BEED: hue angle of 265.53º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BEED is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210190237-
CMYK0.110.2000.07
HSL265.53º56.63%83.73%-
HSV(B)265.53º19.83%92.94%-
XYZ60.2856.6487.88-
YUV201.34148.13134.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=32.97%
G=29.83%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101902370.110.2000.07265.5356.6383.73
HexD2BEEDB140710a3954
Octal32227635513240741271124
Binary11010010101111101110110110111010001111000010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEED; }

 p { color: rgb(210,190,237); }

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

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

 a { background-color: rgb(210,190,237); }

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

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

 span { border-color: rgb(210,190,237); }

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