Html Css Color HEX #E6DBEB Blue Chalk

📋 copy color: '#E6DBEB'

red 230 ◦ green 219 ◦ blue 235

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

Shades of Blue Chalk #E6DBEB

Tints of Blue Chalk #E6DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 33.63%
G = 32.02%
B = 34.36%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6DBEB (or 0xE6DBEB) is known color: Blue Chalk. HEX triplet: E6, DB and EB. RGB value is (230,219,235). Sum of RGB (Red+Green+Blue) = 230+219+235=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEB is #192414. Grayscale: #E0E0E0. Windows color (decimal): -1647637 or 15457254. OLE color: 15457254.

HSL color Cylindrical-coordinate representation of color #E6DBEB: hue angle of 281.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6DBEB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 219 235 -
CMYK 0.02 0.07 0 0.08
HSL 281.25º 0.29% 0.89% -
HSV(B) 281.25º 0.07% 0.92% -
XYZ 72.96 73.48 88.94 -
YUV 224.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 230 219 235 0.02 0.07 0 0.08 281.25 0.29 0.89
Hex E6 DB EB 2 7 0 8 119 1D 59
Octal 346 333 353 2 7 0 10 431 35 131
Binary 11100110 11011011 11101011 10 111 0 1000 100011001 11101 1011001

Color Harmonies of #E6DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBEB

Black with #E6DBEB

Text Example


Text Example

White with #E6DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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