Html Css Color HEX #D4B9EC Fog

📋 copy color: '#D4B9EC'

red 212 ◦ green 185 ◦ blue 236

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

Shades of Fog #D4B9EC

Tints of Fog #D4B9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 33.49%
G = 29.23%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4B9EC (or 0xD4B9EC) is known color: Fog. HEX triplet: D4, B9 and EC. RGB value is (212,185,236). Sum of RGB (Red+Green+Blue) = 212+185+236=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9EC is #2B4613. Grayscale: #C6C6C6. Windows color (decimal): -2835988 or 15514068. OLE color: 15514068.

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

Color convert

RGB 212 185 236 -
CMYK 0.10 0.22 0 0.07
HSL 271.76º 0.57% 0.83% -
HSV(B) 271.76º 0.22% 0.93% -
XYZ 59.64 54.75 86.78 -
YUV 198.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 212 185 236 0.10 0.22 0 0.07 271.76 0.57 0.83
Hex D4 B9 EC A 16 0 7 110 39 53
Octal 324 271 354 12 26 0 7 420 71 123
Binary 11010100 10111001 11101100 1010 10110 0 111 100010000 111001 1010011

Color Harmonies of #D4B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B9EC

Black with #D4B9EC

Text Example


Text Example

White with #D4B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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