Html Css Color HEX #E6D0FB Blue Chalk

📋 copy color: '#E6D0FB'

red 230 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #E6D0FB

Tints of Blue Chalk #E6D0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.43%

R = 33.38%
G = 30.19%
B = 36.43%

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

#E6D0FB (or 0xE6D0FB) is known color: Blue Chalk. HEX triplet: E6, D0 and FB. RGB value is (230,208,251). Sum of RGB (Red+Green+Blue) = 230+208+251=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0FB is #192F04. Grayscale: #DBDBDB. Windows color (decimal): -1650437 or 16503014. OLE color: 16503014.

HSL color Cylindrical-coordinate representation of color #E6D0FB: hue angle of 270.7º degrees, saturation: 0.84, 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 #E6D0FB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 208 251 -
CMYK 0.08 0.17 0 0.02
HSL 270.7º 0.84% 0.9% -
HSV(B) 270.7º 0.17% 0.98% -
XYZ 72.6 68.9 100.74 -
YUV 219.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 230 208 251 0.08 0.17 0 0.02 270.7 0.84 0.9
Hex E6 D0 FB 8 11 0 2 10F 54 5A
Octal 346 320 373 10 21 0 2 417 124 132
Binary 11100110 11010000 11111011 1000 10001 0 10 100001111 1010100 1011010

Color Harmonies of #E6D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0FB

Black with #E6D0FB

Text Example


Text Example

White with #E6D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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