Html Css Color HEX #E6DBEE Blue Chalk

📋 copy color: '#E6DBEE'

red 230 ◦ green 219 ◦ blue 238

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

Shades of Blue Chalk #E6DBEE

Tints of Blue Chalk #E6DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.64%

R = 33.48%
G = 31.88%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6DBEE (or 0xE6DBEE) is known color: Blue Chalk. HEX triplet: E6, DB and EE. RGB value is (230,219,238). Sum of RGB (Red+Green+Blue) = 230+219+238=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEE is #192411. Grayscale: #E0E0E0. Windows color (decimal): -1647634 or 15653862. OLE color: 15653862.

HSL color Cylindrical-coordinate representation of color #E6DBEE: hue angle of 274.74º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DBEE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 219 238 -
CMYK 0.03 0.08 0 0.07
HSL 274.74º 0.36% 0.9% -
HSV(B) 274.74º 0.08% 0.93% -
XYZ 73.4 73.66 91.24 -
YUV 224.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 230 219 238 0.03 0.08 0 0.07 274.74 0.36 0.9
Hex E6 DB EE 3 8 0 7 113 24 5A
Octal 346 333 356 3 10 0 7 423 44 132
Binary 11100110 11011011 11101110 11 1000 0 111 100010011 100100 1011010

Color Harmonies of #E6DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBEE

Black with #E6DBEE

Text Example


Text Example

White with #E6DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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