Html Css Color HEX #E6DBEA Blue Chalk

📋 copy color: '#E6DBEA'

red 230 ◦ green 219 ◦ blue 234

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

Shades of Blue Chalk #E6DBEA

Tints of Blue Chalk #E6DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.26%

R = 33.67%
G = 32.06%
B = 34.26%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6DBEA (or 0xE6DBEA) is known color: Blue Chalk. HEX triplet: E6, DB and EA. RGB value is (230,219,234). Sum of RGB (Red+Green+Blue) = 230+219+234=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEA is #192415. Grayscale: #DFDFDF. Windows color (decimal): -1647638 or 15391718. OLE color: 15391718.

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

Color convert

RGB 230 219 234 -
CMYK 0.02 0.06 0 0.08
HSL 284º 0.26% 0.89% -
HSV(B) 284º 0.06% 0.92% -
XYZ 72.82 73.43 88.18 -
YUV 224 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 230 219 234 0.02 0.06 0 0.08 284 0.26 0.89
Hex E6 DB EA 2 6 0 8 11C 1A 59
Octal 346 333 352 2 6 0 10 434 32 131
Binary 11100110 11011011 11101010 10 110 0 1000 100011100 11010 1011001

Color Harmonies of #E6DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBEA

Black with #E6DBEA

Text Example


Text Example

White with #E6DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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