Html Css Color HEX #D4BAF8 Fog

📋 copy color: '#D4BAF8'

red 212 ◦ green 186 ◦ blue 248

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

Shades of Fog #D4BAF8

Tints of Fog #D4BAF8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.79%

 BLUE value IS 248 (97.27% from 255) = 38.39%

R = 32.82%
G = 28.79%
B = 38.39%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4BAF8 (or 0xD4BAF8) is known color: Fog. HEX triplet: D4, BA and F8. RGB value is (212,186,248). Sum of RGB (Red+Green+Blue) = 212+186+248=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4BAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF8 is #2B4507. Grayscale: #C8C8C8. Windows color (decimal): -2835720 or 16300756. OLE color: 16300756.

HSL color Cylindrical-coordinate representation of color #D4BAF8: hue angle of 265.16º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BAF8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 186 248 -
CMYK 0.15 0.25 0 0.03
HSL 265.16º 0.82% 0.85% -
HSV(B) 265.16º 0.25% 0.97% -
XYZ 61.65 55.89 96.35 -
YUV 200.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 212 186 248 0.15 0.25 0 0.03 265.16 0.82 0.85
Hex D4 BA F8 F 19 0 3 109 52 55
Octal 324 272 370 17 31 0 3 411 122 125
Binary 11010100 10111010 11111000 1111 11001 0 11 100001001 1010010 1010101

Color Harmonies of #D4BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAF8

Black with #D4BAF8

Text Example


Text Example

White with #D4BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAF8; }

 p { color: rgb(212,186,248); }

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

background-color css

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

 a { background-color: rgb(212,186,248); }

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

border-color css

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

 span { border-color: rgb(212,186,248); }

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