Html Css Color HEX #E7D4FD Blue Chalk

📋 copy color: '#E7D4FD'

red 231 ◦ green 212 ◦ blue 253

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

Shades of Blue Chalk #E7D4FD

Tints of Blue Chalk #E7D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.46%

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 33.19%
G = 30.46%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7D4FD (or 0xE7D4FD) is known color: Blue Chalk. HEX triplet: E7, D4 and FD. RGB value is (231,212,253). Sum of RGB (Red+Green+Blue) = 231+212+253=696 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.19% from 696); Green value is 212 (83.20% from 255 or 30.46% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7D4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4FD is #182B02. Grayscale: #DEDEDE. Windows color (decimal): -1583875 or 16635111. OLE color: 16635111.

HSL color Cylindrical-coordinate representation of color #E7D4FD: hue angle of 267.8º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D4FD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 212 253 -
CMYK 0.09 0.16 0 0.01
HSL 267.8º 0.91% 0.91% -
HSV(B) 267.8º 0.16% 0.99% -
XYZ 74.23 71.17 102.75 -
YUV 222.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 231 212 253 0.09 0.16 0 0.01 267.8 0.91 0.91
Hex E7 D4 FD 9 10 0 1 10C 5B 5B
Octal 347 324 375 11 20 0 1 414 133 133
Binary 11100111 11010100 11111101 1001 10000 0 1 100001100 1011011 1011011

Color Harmonies of #E7D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D4FD

Black with #E7D4FD

Text Example


Text Example

White with #E7D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D4FD; }

 p { color: rgb(231,212,253); }

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

background-color css

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

 a { background-color: rgb(231,212,253); }

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

border-color css

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

 span { border-color: rgb(231,212,253); }

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