Html Css Color HEX #E6D4EB Blue Chalk

📋 copy color: '#E6D4EB'

red 230 ◦ green 212 ◦ blue 235

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

Shades of Blue Chalk #E6D4EB

Tints of Blue Chalk #E6D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.31%

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

R = 33.97%
G = 31.31%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6D4EB (or 0xE6D4EB) is known color: Blue Chalk. HEX triplet: E6, D4 and EB. RGB value is (230,212,235). Sum of RGB (Red+Green+Blue) = 230+212+235=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D4EB is #192B14. Grayscale: #DBDBDB. Windows color (decimal): -1649429 or 15455462. OLE color: 15455462.

HSL color Cylindrical-coordinate representation of color #E6D4EB: hue angle of 286.96º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6D4EB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 212 235 -
CMYK 0.02 0.10 0 0.08
HSL 286.96º 0.37% 0.88% -
HSV(B) 286.96º 0.1% 0.92% -
XYZ 71.17 69.91 88.34 -
YUV 220 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 230 212 235 0.02 0.10 0 0.08 286.96 0.37 0.88
Hex E6 D4 EB 2 A 0 8 11F 25 58
Octal 346 324 353 2 12 0 10 437 45 130
Binary 11100110 11010100 11101011 10 1010 0 1000 100011111 100101 1011000

Color Harmonies of #E6D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D4EB

Black with #E6D4EB

Text Example


Text Example

White with #E6D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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