Html Css Color HEX #E7D0FB Blue Chalk

📋 copy color: '#E7D0FB'

red 231 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #E7D0FB

Tints of Blue Chalk #E7D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.14%

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

R = 33.48%
G = 30.14%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7D0FB (or 0xE7D0FB) is known color: Blue Chalk. HEX triplet: E7, D0 and FB. RGB value is (231,208,251). Sum of RGB (Red+Green+Blue) = 231+208+251=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0FB is #182F04. Grayscale: #DBDBDB. Windows color (decimal): -1584901 or 16503015. OLE color: 16503015.

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

Color convert

RGB 231 208 251 -
CMYK 0.08 0.17 0 0.02
HSL 272.09º 0.84% 0.9% -
HSV(B) 272.09º 0.17% 0.98% -
XYZ 72.92 69.07 100.75 -
YUV 219.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 231 208 251 0.08 0.17 0 0.02 272.09 0.84 0.9
Hex E7 D0 FB 8 11 0 2 110 54 5A
Octal 347 320 373 10 21 0 2 420 124 132
Binary 11100111 11010000 11111011 1000 10001 0 10 100010000 1010100 1011010

Color Harmonies of #E7D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0FB

Black with #E7D0FB

Text Example


Text Example

White with #E7D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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