Html Css Color HEX #D4B9F6 Fog

📋 copy color: '#D4B9F6'

red 212 ◦ green 185 ◦ blue 246

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

Shades of Fog #D4B9F6

Tints of Fog #D4B9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 32.97%
G = 28.77%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4B9F6 (or 0xD4B9F6) is known color: Fog. HEX triplet: D4, B9 and F6. RGB value is (212,185,246). Sum of RGB (Red+Green+Blue) = 212+185+246=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9F6 is #2B4609. Grayscale: #C7C7C7. Windows color (decimal): -2835978 or 16169428. OLE color: 16169428.

HSL color Cylindrical-coordinate representation of color #D4B9F6: hue angle of 266.56º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B9F6 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 185 246 -
CMYK 0.14 0.25 0 0.04
HSL 266.56º 0.77% 0.85% -
HSV(B) 266.56º 0.25% 0.96% -
XYZ 61.13 55.35 94.65 -
YUV 200.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 212 185 246 0.14 0.25 0 0.04 266.56 0.77 0.85
Hex D4 B9 F6 E 19 0 4 10B 4D 55
Octal 324 271 366 16 31 0 4 413 115 125
Binary 11010100 10111001 11110110 1110 11001 0 100 100001011 1001101 1010101

Color Harmonies of #D4B9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B9F6

Black with #D4B9F6

Text Example


Text Example

White with #D4B9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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