Html Css Color HEX #E6D2EE Blue Chalk

📋 copy color: '#E6D2EE'

red 230 ◦ green 210 ◦ blue 238

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

Shades of Blue Chalk #E6D2EE

Tints of Blue Chalk #E6D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.97%

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

R = 33.92%
G = 30.97%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6D2EE (or 0xE6D2EE) is known color: Blue Chalk. HEX triplet: E6, D2 and EE. RGB value is (230,210,238). Sum of RGB (Red+Green+Blue) = 230+210+238=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2EE is #192D11. Grayscale: #DBDBDB. Windows color (decimal): -1649938 or 15651558. OLE color: 15651558.

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

Color convert

RGB 230 210 238 -
CMYK 0.03 0.12 0 0.07
HSL 282.86º 0.45% 0.88% -
HSV(B) 282.86º 0.12% 0.93% -
XYZ 71.11 69.09 90.48 -
YUV 219.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 230 210 238 0.03 0.12 0 0.07 282.86 0.45 0.88
Hex E6 D2 EE 3 C 0 7 11B 2D 58
Octal 346 322 356 3 14 0 7 433 55 130
Binary 11100110 11010010 11101110 11 1100 0 111 100011011 101101 1011000

Color Harmonies of #E6D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D2EE

Black with #E6D2EE

Text Example


Text Example

White with #E6D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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