Html Css Color HEX #E5DBF0 Blue Chalk

📋 copy color: '#E5DBF0'

red 229 ◦ green 219 ◦ blue 240

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

Shades of Blue Chalk #E5DBF0

Tints of Blue Chalk #E5DBF0

RGB

 RED value IS 229 (89.84% from 255) = 33.28%

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

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 33.28%
G = 31.83%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5DBF0 (or 0xE5DBF0) is known color: Blue Chalk. HEX triplet: E5, DB and F0. RGB value is (229,219,240). Sum of RGB (Red+Green+Blue) = 229+219+240=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBF0 is #1A240F. Grayscale: #E0E0E0. Windows color (decimal): -1713168 or 15784933. OLE color: 15784933.

HSL color Cylindrical-coordinate representation of color #E5DBF0: hue angle of 268.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DBF0 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 219 240 -
CMYK 0.05 0.09 0 0.06
HSL 268.57º 0.41% 0.9% -
HSV(B) 268.57º 0.09% 0.94% -
XYZ 73.37 73.61 92.78 -
YUV 224.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 229 219 240 0.05 0.09 0 0.06 268.57 0.41 0.9
Hex E5 DB F0 5 9 0 6 10D 29 5A
Octal 345 333 360 5 11 0 6 415 51 132
Binary 11100101 11011011 11110000 101 1001 0 110 100001101 101001 1011010

Color Harmonies of #E5DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBF0

Black with #E5DBF0

Text Example


Text Example

White with #E5DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBF0; }

 p { color: rgb(229,219,240); }

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

background-color css

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

 a { background-color: rgb(229,219,240); }

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

border-color css

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

 span { border-color: rgb(229,219,240); }

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