Html Css Color HEX #E6C9FB Blue Chalk

📋 copy color: '#E6C9FB'

red 230 ◦ green 201 ◦ blue 251

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

Shades of Blue Chalk #E6C9FB

Tints of Blue Chalk #E6C9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.47%

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

R = 33.72%
G = 29.47%
B = 36.8%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6C9FB (or 0xE6C9FB) is known color: Blue Chalk. HEX triplet: E6, C9 and FB. RGB value is (230,201,251). Sum of RGB (Red+Green+Blue) = 230+201+251=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6C9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FB is #193604. Grayscale: #D7D7D7. Windows color (decimal): -1652229 or 16501222. OLE color: 16501222.

HSL color Cylindrical-coordinate representation of color #E6C9FB: hue angle of 274.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C9FB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 201 251 -
CMYK 0.08 0.20 0 0.02
HSL 274.8º 0.86% 0.89% -
HSV(B) 274.8º 0.2% 0.98% -
XYZ 70.93 65.56 100.18 -
YUV 215.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 230 201 251 0.08 0.20 0 0.02 274.8 0.86 0.89
Hex E6 C9 FB 8 14 0 2 113 56 59
Octal 346 311 373 10 24 0 2 423 126 131
Binary 11100110 11001001 11111011 1000 10100 0 10 100010011 1010110 1011001

Color Harmonies of #E6C9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C9FB

Black with #E6C9FB

Text Example


Text Example

White with #E6C9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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