Html Css Color HEX #D7BEFA Fog

📋 copy color: '#D7BEFA'

red 215 ◦ green 190 ◦ blue 250

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

Shades of Fog #D7BEFA

Tints of Fog #D7BEFA

RGB

 RED value IS 215 (84.38% from 255) = 32.82%

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

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

R = 32.82%
G = 29.01%
B = 38.17%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7BEFA (or 0xD7BEFA) is known color: Fog. HEX triplet: D7, BE and FA. RGB value is (215,190,250). Sum of RGB (Red+Green+Blue) = 215+190+250=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BEFA is #284105. Grayscale: #CCCCCC. Windows color (decimal): -2638086 or 16432855. OLE color: 16432855.

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

Color convert

RGB 215 190 250 -
CMYK 0.14 0.24 0 0.02
HSL 265º 0.86% 0.86% -
HSV(B) 265º 0.24% 0.98% -
XYZ 63.69 58.18 98.31 -
YUV 204.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 215 190 250 0.14 0.24 0 0.02 265 0.86 0.86
Hex D7 BE FA E 18 0 2 109 56 56
Octal 327 276 372 16 30 0 2 411 126 126
Binary 11010111 10111110 11111010 1110 11000 0 10 100001001 1010110 1010110

Color Harmonies of #D7BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEFA

Black with #D7BEFA

Text Example


Text Example

White with #D7BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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