Html Css Color HEX #D4BEFB Fog

📋 copy color: '#D4BEFB'

red 212 ◦ green 190 ◦ blue 251

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

Shades of Fog #D4BEFB

Tints of Fog #D4BEFB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.1%

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 32.47%
G = 29.1%
B = 38.44%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4BEFB (or 0xD4BEFB) is known color: Fog. HEX triplet: D4, BE and FB. RGB value is (212,190,251). Sum of RGB (Red+Green+Blue) = 212+190+251=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFB is #2B4104. Grayscale: #CBCBCB. Windows color (decimal): -2834693 or 16498388. OLE color: 16498388.

HSL color Cylindrical-coordinate representation of color #D4BEFB: hue angle of 261.64º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BEFB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 190 251 -
CMYK 0.16 0.24 0 0.02
HSL 261.64º 0.88% 0.86% -
HSV(B) 261.64º 0.24% 0.98% -
XYZ 62.98 57.79 99.1 -
YUV 203.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 212 190 251 0.16 0.24 0 0.02 261.64 0.88 0.86
Hex D4 BE FB 10 18 0 2 106 58 56
Octal 324 276 373 20 30 0 2 406 130 126
Binary 11010100 10111110 11111011 10000 11000 0 10 100000110 1011000 1010110

Color Harmonies of #D4BEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEFB

Black with #D4BEFB

Text Example


Text Example

White with #D4BEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEFB; }

 p { color: rgb(212,190,251); }

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

background-color css

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

 a { background-color: rgb(212,190,251); }

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

border-color css

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

 span { border-color: rgb(212,190,251); }

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