Html Css Color HEX #E6C0EF Blue Chalk

📋 copy color: '#E6C0EF'

red 230 ◦ green 192 ◦ blue 239

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

Shades of Blue Chalk #E6C0EF

Tints of Blue Chalk #E6C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.05%

 BLUE value IS 239 (93.75% from 255) = 36.16%

R = 34.8%
G = 29.05%
B = 36.16%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6C0EF (or 0xE6C0EF) is known color: Blue Chalk. HEX triplet: E6, C0 and EF. RGB value is (230,192,239). Sum of RGB (Red+Green+Blue) = 230+192+239=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0EF is #193F10. Grayscale: #D0D0D0. Windows color (decimal): -1654545 or 15712486. OLE color: 15712486.

HSL color Cylindrical-coordinate representation of color #E6C0EF: hue angle of 288.51º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C0EF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 192 239 -
CMYK 0.04 0.20 0 0.06
HSL 288.51º 0.59% 0.85% -
HSV(B) 288.51º 0.2% 0.94% -
XYZ 67.06 60.75 89.85 -
YUV 208.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 230 192 239 0.04 0.20 0 0.06 288.51 0.59 0.85
Hex E6 C0 EF 4 14 0 6 121 3B 55
Octal 346 300 357 4 24 0 6 441 73 125
Binary 11100110 11000000 11101111 100 10100 0 110 100100001 111011 1010101

Color Harmonies of #E6C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0EF

Black with #E6C0EF

Text Example


Text Example

White with #E6C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0EF; }

 p { color: rgb(230,192,239); }

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

background-color css

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

 a { background-color: rgb(230,192,239); }

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

border-color css

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

 span { border-color: rgb(230,192,239); }

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