Html Css Color HEX #E6D1F9 Blue Chalk

📋 copy color: '#E6D1F9'

red 230 ◦ green 209 ◦ blue 249

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

Shades of Blue Chalk #E6D1F9

Tints of Blue Chalk #E6D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.38%

 BLUE value IS 249 (97.66% from 255) = 36.19%

R = 33.43%
G = 30.38%
B = 36.19%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6D1F9 (or 0xE6D1F9) is known color: Blue Chalk. HEX triplet: E6, D1 and F9. RGB value is (230,209,249). Sum of RGB (Red+Green+Blue) = 230+209+249=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6D1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1F9 is #192E06. Grayscale: #DBDBDB. Windows color (decimal): -1650183 or 16372198. OLE color: 16372198.

HSL color Cylindrical-coordinate representation of color #E6D1F9: hue angle of 271.5º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6D1F9 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 209 249 -
CMYK 0.08 0.16 0 0.02
HSL 271.5º 0.77% 0.9% -
HSV(B) 271.5º 0.16% 0.98% -
XYZ 72.53 69.26 99.17 -
YUV 219.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 230 209 249 0.08 0.16 0 0.02 271.5 0.77 0.9
Hex E6 D1 F9 8 10 0 2 110 4D 5A
Octal 346 321 371 10 20 0 2 420 115 132
Binary 11100110 11010001 11111001 1000 10000 0 10 100010000 1001101 1011010

Color Harmonies of #E6D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1F9

Black with #E6D1F9

Text Example


Text Example

White with #E6D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1F9; }

 p { color: rgb(230,209,249); }

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

background-color css

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

 a { background-color: rgb(230,209,249); }

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

border-color css

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

 span { border-color: rgb(230,209,249); }

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