Html Css Color HEX #E7D2FB Blue Chalk

📋 copy color: '#E7D2FB'

red 231 ◦ green 210 ◦ blue 251

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

Shades of Blue Chalk #E7D2FB

Tints of Blue Chalk #E7D2FB

RGB

 RED value IS 231 (90.63% from 255) = 33.38%

 GREEN value IS 210 (82.42% from 255) = 30.35%

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

R = 33.38%
G = 30.35%
B = 36.27%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7D2FB (or 0xE7D2FB) is known color: Blue Chalk. HEX triplet: E7, D2 and FB. RGB value is (231,210,251). Sum of RGB (Red+Green+Blue) = 231+210+251=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2FB is #182D04. Grayscale: #DCDCDC. Windows color (decimal): -1584389 or 16503527. OLE color: 16503527.

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

Color convert

RGB 231 210 251 -
CMYK 0.08 0.16 0 0.02
HSL 270.73º 0.84% 0.9% -
HSV(B) 270.73º 0.16% 0.98% -
XYZ 73.41 70.05 100.92 -
YUV 220.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 231 210 251 0.08 0.16 0 0.02 270.73 0.84 0.9
Hex E7 D2 FB 8 10 0 2 10F 54 5A
Octal 347 322 373 10 20 0 2 417 124 132
Binary 11100111 11010010 11111011 1000 10000 0 10 100001111 1010100 1011010

Color Harmonies of #E7D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2FB

Black with #E7D2FB

Text Example


Text Example

White with #E7D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2FB; }

 p { color: rgb(231,210,251); }

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

background-color css

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

 a { background-color: rgb(231,210,251); }

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

border-color css

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

 span { border-color: rgb(231,210,251); }

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