Html Css Color HEX #D4BAF9 Fog

📋 copy color: '#D4BAF9'

red 212 ◦ green 186 ◦ blue 249

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

Shades of Fog #D4BAF9

Tints of Fog #D4BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 32.77%
G = 28.75%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4BAF9 (or 0xD4BAF9) is known color: Fog. HEX triplet: D4, BA and F9. RGB value is (212,186,249). Sum of RGB (Red+Green+Blue) = 212+186+249=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF9 is #2B4506. Grayscale: #C8C8C8. Windows color (decimal): -2835719 or 16366292. OLE color: 16366292.

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

Color convert

RGB 212 186 249 -
CMYK 0.15 0.25 0 0.02
HSL 264.76º 0.84% 0.85% -
HSV(B) 264.76º 0.25% 0.98% -
XYZ 61.81 55.95 97.17 -
YUV 200.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 212 186 249 0.15 0.25 0 0.02 264.76 0.84 0.85
Hex D4 BA F9 F 19 0 2 109 54 55
Octal 324 272 371 17 31 0 2 411 124 125
Binary 11010100 10111010 11111001 1111 11001 0 10 100001001 1010100 1010101

Color Harmonies of #D4BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAF9

Black with #D4BAF9

Text Example


Text Example

White with #D4BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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