Html Css Color HEX #E6DBF3 Blue Chalk

📋 copy color: '#E6DBF3'

red 230 ◦ green 219 ◦ blue 243

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

Shades of Blue Chalk #E6DBF3

Tints of Blue Chalk #E6DBF3

RGB

 RED value IS 230 (90.23% from 255) = 33.24%

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

 BLUE value IS 243 (95.31% from 255) = 35.12%

R = 33.24%
G = 31.65%
B = 35.12%

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

#E6DBF3 (or 0xE6DBF3) is known color: Blue Chalk. HEX triplet: E6, DB and F3. RGB value is (230,219,243). Sum of RGB (Red+Green+Blue) = 230+219+243=692 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.24% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBF3 is #19240C. Grayscale: #E0E0E0. Windows color (decimal): -1647629 or 15981542. OLE color: 15981542.

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

Color convert

RGB 230 219 243 -
CMYK 0.05 0.10 0 0.05
HSL 267.5º 0.5% 0.91% -
HSV(B) 267.5º 0.1% 0.95% -
XYZ 74.14 73.96 95.16 -
YUV 225.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 230 219 243 0.05 0.10 0 0.05 267.5 0.5 0.91
Hex E6 DB F3 5 A 0 5 10C 32 5B
Octal 346 333 363 5 12 0 5 414 62 133
Binary 11100110 11011011 11110011 101 1010 0 101 100001100 110010 1011011

Color Harmonies of #E6DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBF3

Black with #E6DBF3

Text Example


Text Example

White with #E6DBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBF3; }

 p { color: rgb(230,219,243); }

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

background-color css

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

 a { background-color: rgb(230,219,243); }

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

border-color css

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

 span { border-color: rgb(230,219,243); }

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