Html Css Color HEX #E6D0FA Blue Chalk

📋 copy color: '#E6D0FA'

red 230 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #E6D0FA

Tints of Blue Chalk #E6D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.23%

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 33.43%
G = 30.23%
B = 36.34%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6D0FA (or 0xE6D0FA) is known color: Blue Chalk. HEX triplet: E6, D0 and FA. RGB value is (230,208,250). Sum of RGB (Red+Green+Blue) = 230+208+250=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0FA is #192F05. Grayscale: #DBDBDB. Windows color (decimal): -1650438 or 16437478. OLE color: 16437478.

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

Color convert

RGB 230 208 250 -
CMYK 0.08 0.17 0 0.02
HSL 271.43º 0.81% 0.9% -
HSV(B) 271.43º 0.17% 0.98% -
XYZ 72.44 68.84 99.91 -
YUV 219.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 230 208 250 0.08 0.17 0 0.02 271.43 0.81 0.9
Hex E6 D0 FA 8 11 0 2 10F 51 5A
Octal 346 320 372 10 21 0 2 417 121 132
Binary 11100110 11010000 11111010 1000 10001 0 10 100001111 1010001 1011010

Color Harmonies of #E6D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0FA

Black with #E6D0FA

Text Example


Text Example

White with #E6D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0FA; }

 p { color: rgb(230,208,250); }

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

background-color css

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

 a { background-color: rgb(230,208,250); }

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

border-color css

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

 span { border-color: rgb(230,208,250); }

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