Html Css Color HEX #E7D0EF Blue Chalk

📋 copy color: '#E7D0EF'

red 231 ◦ green 208 ◦ blue 239

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

Shades of Blue Chalk #E7D0EF

Tints of Blue Chalk #E7D0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 34.07%
G = 30.68%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7D0EF (or 0xE7D0EF) is known color: Blue Chalk. HEX triplet: E7, D0 and EF. RGB value is (231,208,239). Sum of RGB (Red+Green+Blue) = 231+208+239=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0EF is #182F10. Grayscale: #DADADA. Windows color (decimal): -1584913 or 15716583. OLE color: 15716583.

HSL color Cylindrical-coordinate representation of color #E7D0EF: hue angle of 284.52º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D0EF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 208 239 -
CMYK 0.03 0.13 0 0.06
HSL 284.52º 0.49% 0.88% -
HSV(B) 284.52º 0.13% 0.94% -
XYZ 71.09 68.33 91.1 -
YUV 218.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 231 208 239 0.03 0.13 0 0.06 284.52 0.49 0.88
Hex E7 D0 EF 3 D 0 6 11D 31 58
Octal 347 320 357 3 15 0 6 435 61 130
Binary 11100111 11010000 11101111 11 1101 0 110 100011101 110001 1011000

Color Harmonies of #E7D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0EF

Black with #E7D0EF

Text Example


Text Example

White with #E7D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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