Html Css Color HEX #D1BEFA Fog

📋 copy color: '#D1BEFA'

red 209 ◦ green 190 ◦ blue 250

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

Shades of Fog #D1BEFA

Tints of Fog #D1BEFA

RGB

 RED value IS 209 (82.03% from 255) = 32.2%

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 32.2%
G = 29.28%
B = 38.52%

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

#D1BEFA (or 0xD1BEFA) is known color: Fog. HEX triplet: D1, BE and FA. RGB value is (209,190,250). Sum of RGB (Red+Green+Blue) = 209+190+250=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEFA is #2E4105. Grayscale: #CACACA. Windows color (decimal): -3031302 or 16432849. OLE color: 16432849.

HSL color Cylindrical-coordinate representation of color #D1BEFA: hue angle of 259º degrees, saturation: 0.86, 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 #D1BEFA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 190 250 -
CMYK 0.16 0.24 0 0.02
HSL 259º 0.86% 0.86% -
HSV(B) 259º 0.24% 0.98% -
XYZ 61.96 57.28 98.23 -
YUV 202.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 209 190 250 0.16 0.24 0 0.02 259 0.86 0.86
Hex D1 BE FA 10 18 0 2 103 56 56
Octal 321 276 372 20 30 0 2 403 126 126
Binary 11010001 10111110 11111010 10000 11000 0 10 100000011 1010110 1010110

Color Harmonies of #D1BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BEFA

Black with #D1BEFA

Text Example


Text Example

White with #D1BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BEFA; }

 p { color: rgb(209,190,250); }

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

background-color css

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

 a { background-color: rgb(209,190,250); }

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

border-color css

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

 span { border-color: rgb(209,190,250); }

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