#D0B2EE

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

Shades of Fog #D0B2EE

Tints of Fog #D0B2EE

Color information

#D0B2EE (or 0xD0B2EE) is unknown color: approx Fog. HEX triplet: D0, B2 and EE. RGB value is (208,178,238). Sum of RGB (Red+Green+Blue) = 208+178+238=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B2EE is #2F4D11. Grayscale: #C1C1C1. Windows color (decimal): -3099922 or 15643344. OLE color: 15643344.

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

Color convert

RGB208178238-
CMYK0.130.2500.07
HSL270º63.83%81.57%-
HSV(B)270º25.21%93.33%-
XYZ57.3751.4287.79-
YUV193.81152.94138.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 28.53%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=33.33%
G=28.53%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081782380.130.2500.0727063.8381.57
HexD0B2EED190710e4052
Octal320262356153107416100122
Binary110100001011001011101110110111001011110000111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2EE; }

 p { color: rgb(208,178,238); }

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

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

 a { background-color: rgb(208,178,238); }

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

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

 span { border-color: rgb(208,178,238); }

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