Html Css Color HEX #E5DBF2 Blue Chalk

📋 copy color: '#E5DBF2'

red 229 ◦ green 219 ◦ blue 242

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

Shades of Blue Chalk #E5DBF2

Tints of Blue Chalk #E5DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.07%

R = 33.19%
G = 31.74%
B = 35.07%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5DBF2 (or 0xE5DBF2) is known color: Blue Chalk. HEX triplet: E5, DB and F2. RGB value is (229,219,242). Sum of RGB (Red+Green+Blue) = 229+219+242=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBF2 is #1A240D. Grayscale: #E0E0E0. Windows color (decimal): -1713166 or 15916005. OLE color: 15916005.

HSL color Cylindrical-coordinate representation of color #E5DBF2: hue angle of 266.09º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DBF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 219 242 -
CMYK 0.05 0.10 0 0.05
HSL 266.09º 0.47% 0.9% -
HSV(B) 266.09º 0.1% 0.95% -
XYZ 73.67 73.73 94.35 -
YUV 224.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 229 219 242 0.05 0.10 0 0.05 266.09 0.47 0.9
Hex E5 DB F2 5 A 0 5 10A 2F 5A
Octal 345 333 362 5 12 0 5 412 57 132
Binary 11100101 11011011 11110010 101 1010 0 101 100001010 101111 1011010

Color Harmonies of #E5DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBF2

Black with #E5DBF2

Text Example


Text Example

White with #E5DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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