#D0BCEE

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

Shades of Fog #D0BCEE

Tints of Fog #D0BCEE

Color information

#D0BCEE (or 0xD0BCEE) is unknown color: approx Fog. HEX triplet: D0, BC and EE. RGB value is (208,188,238). Sum of RGB (Red+Green+Blue) = 208+188+238=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCEE is #2F4311. Grayscale: #C7C7C7. Windows color (decimal): -3097362 or 15645904. OLE color: 15645904.

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

Color convert

RGB208188238-
CMYK0.130.2100.07
HSL264º59.52%83.53%-
HSV(B)264º21.01%93.33%-
XYZ59.4355.5588.48-
YUV199.68149.63133.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=32.81%
G=29.65%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081882380.130.2100.0726459.5283.53
HexD0BCEED15071083c54
Octal32027435615250741074124
Binary11010000101111001110111011011010101111000010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCEE; }

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

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

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

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

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

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

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

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