Html Css Color HEX #E6D2FB Blue Chalk

📋 copy color: '#E6D2FB'

red 230 ◦ green 210 ◦ blue 251

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

Shades of Blue Chalk #E6D2FB

Tints of Blue Chalk #E6D2FB

RGB

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

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

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

R = 33.29%
G = 30.39%
B = 36.32%

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

#E6D2FB (or 0xE6D2FB) is known color: Blue Chalk. HEX triplet: E6, D2 and FB. RGB value is (230,210,251). Sum of RGB (Red+Green+Blue) = 230+210+251=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6D2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2FB is #192D04. Grayscale: #DCDCDC. Windows color (decimal): -1649925 or 16503526. OLE color: 16503526.

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

Color convert

RGB 230 210 251 -
CMYK 0.08 0.16 0 0.02
HSL 269.27º 0.84% 0.9% -
HSV(B) 269.27º 0.16% 0.98% -
XYZ 73.09 69.88 100.9 -
YUV 220.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 230 210 251 0.08 0.16 0 0.02 269.27 0.84 0.9
Hex E6 D2 FB 8 10 0 2 10D 54 5A
Octal 346 322 373 10 20 0 2 415 124 132
Binary 11100110 11010010 11111011 1000 10000 0 10 100001101 1010100 1011010

Color Harmonies of #E6D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D2FB

Black with #E6D2FB

Text Example


Text Example

White with #E6D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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