Html Css Color HEX #E2DBE7 Blue Chalk

📋 copy color: '#E2DBE7'

red 226 ◦ green 219 ◦ blue 231

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

Shades of Blue Chalk #E2DBE7

Tints of Blue Chalk #E2DBE7

RGB

 RED value IS 226 (88.67% from 255) = 33.43%

 GREEN value IS 219 (85.94% from 255) = 32.4%

 BLUE value IS 231 (90.63% from 255) = 34.17%

R = 33.43%
G = 32.4%
B = 34.17%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E2DBE7 (or 0xE2DBE7) is known color: Blue Chalk. HEX triplet: E2, DB and E7. RGB value is (226,219,231). Sum of RGB (Red+Green+Blue) = 226+219+231=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBE7 is #1D2418. Grayscale: #DEDEDE. Windows color (decimal): -1909785 or 15195106. OLE color: 15195106.

HSL color Cylindrical-coordinate representation of color #E2DBE7: hue angle of 275º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DBE7 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 219 231 -
CMYK 0.02 0.05 0 0.09
HSL 275º 0.2% 0.88% -
HSV(B) 275º 0.05% 0.91% -
XYZ 71.12 72.6 85.87 -
YUV 222.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 226 219 231 0.02 0.05 0 0.09 275 0.2 0.88
Hex E2 DB E7 2 5 0 9 113 14 58
Octal 342 333 347 2 5 0 11 423 24 130
Binary 11100010 11011011 11100111 10 101 0 1001 100010011 10100 1011000

Color Harmonies of #E2DBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBE7

Black with #E2DBE7

Text Example


Text Example

White with #E2DBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBE7; }

 p { color: rgb(226,219,231); }

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

background-color css

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

 a { background-color: rgb(226,219,231); }

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

border-color css

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

 span { border-color: rgb(226,219,231); }

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