#D4BBEE

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

Shades of Fog #D4BBEE

Tints of Fog #D4BBEE

Color information

#D4BBEE (or 0xD4BBEE) is unknown color: approx Fog. HEX triplet: D4, BB and EE. RGB value is (212,187,238). Sum of RGB (Red+Green+Blue) = 212+187+238=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBEE is #2B4411. Grayscale: #C8C8C8. Windows color (decimal): -2835474 or 15645652. OLE color: 15645652.

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

Color convert

RGB212187238-
CMYK0.110.2100.07
HSL269.41º60%83.33%-
HSV(B)269.41º21.43%93.33%-
XYZ60.3555.7188.46-
YUV200.29149.28136.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=33.28%
G=29.36%
B=37.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121872380.110.2100.07269.416083.33
HexD4BBEEB150710d3c53
Octal32427335613250741574123
Binary11010100101110111110111010111010101111000011011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBEE; }

 p { color: rgb(212,187,238); }

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

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

 a { background-color: rgb(212,187,238); }

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

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

 span { border-color: rgb(212,187,238); }

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