Html Css Color HEX #D4B8F6 Fog

📋 copy color: '#D4B8F6'

red 212 ◦ green 184 ◦ blue 246

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

Shades of Fog #D4B8F6

Tints of Fog #D4B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.66%

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

R = 33.02%
G = 28.66%
B = 38.32%

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

#D4B8F6 (or 0xD4B8F6) is known color: Fog. HEX triplet: D4, B8 and F6. RGB value is (212,184,246). Sum of RGB (Red+Green+Blue) = 212+184+246=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8F6 is #2B4709. Grayscale: #C7C7C7. Windows color (decimal): -2836234 or 16169172. OLE color: 16169172.

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

Color convert

RGB 212 184 246 -
CMYK 0.14 0.25 0 0.04
HSL 267.1º 0.78% 0.84% -
HSV(B) 267.1º 0.25% 0.96% -
XYZ 60.93 54.93 94.58 -
YUV 199.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 212 184 246 0.14 0.25 0 0.04 267.1 0.78 0.84
Hex D4 B8 F6 E 19 0 4 10B 4E 54
Octal 324 270 366 16 31 0 4 413 116 124
Binary 11010100 10111000 11110110 1110 11001 0 100 100001011 1001110 1010100

Color Harmonies of #D4B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B8F6

Black with #D4B8F6

Text Example


Text Example

White with #D4B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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