Html Css Color HEX #D4B9EB Fog

📋 copy color: '#D4B9EB'

red 212 ◦ green 185 ◦ blue 235

#D4B9EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #D4B9EB

Tints of Fog #D4B9EB

RGB

 RED value IS 212 (83.2% from 255) = 33.54%

 GREEN value IS 185 (72.66% from 255) = 29.27%

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 33.54%
G = 29.27%
B = 37.18%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4B9EB (or 0xD4B9EB) is known color: Fog. HEX triplet: D4, B9 and EB. RGB value is (212,185,235). Sum of RGB (Red+Green+Blue) = 212+185+235=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9EB is #2B4614. Grayscale: #C6C6C6. Windows color (decimal): -2835989 or 15448532. OLE color: 15448532.

HSL color Cylindrical-coordinate representation of color #D4B9EB: hue angle of 272.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4B9EB is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 185 235 -
CMYK 0.10 0.21 0 0.08
HSL 272.4º 0.56% 0.82% -
HSV(B) 272.4º 0.21% 0.92% -
XYZ 59.5 54.69 86.02 -
YUV 198.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 212 185 235 0.10 0.21 0 0.08 272.4 0.56 0.82
Hex D4 B9 EB A 15 0 8 110 38 52
Octal 324 271 353 12 25 0 10 420 70 122
Binary 11010100 10111001 11101011 1010 10101 0 1000 100010000 111000 1010010

Color Harmonies of #D4B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B9EB

Black with #D4B9EB

Text Example


Text Example

White with #D4B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B9EB; }

 p { color: rgb(212,185,235); }

 H1.HeaderClassName
 {
   color: #D4B9EB;
 }
 .AnyTagClassName
 {
   color: #D4B9EB;
 }
</style>

background-color css

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

 a { background-color: rgb(212,185,235); }

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

border-color css

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

 span { border-color: rgb(212,185,235); }

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