Html Css Color HEX #E6C7EF Blue Chalk

📋 copy color: '#E6C7EF'

red 230 ◦ green 199 ◦ blue 239

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

Shades of Blue Chalk #E6C7EF

Tints of Blue Chalk #E6C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.79%

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

R = 34.43%
G = 29.79%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6C7EF (or 0xE6C7EF) is known color: Blue Chalk. HEX triplet: E6, C7 and EF. RGB value is (230,199,239). Sum of RGB (Red+Green+Blue) = 230+199+239=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6C7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7EF is #193810. Grayscale: #D4D4D4. Windows color (decimal): -1652753 or 15714278. OLE color: 15714278.

HSL color Cylindrical-coordinate representation of color #E6C7EF: hue angle of 286.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C7EF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 199 239 -
CMYK 0.04 0.17 0 0.06
HSL 286.5º 0.56% 0.86% -
HSV(B) 286.5º 0.17% 0.94% -
XYZ 68.64 63.9 90.38 -
YUV 212.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 230 199 239 0.04 0.17 0 0.06 286.5 0.56 0.86
Hex E6 C7 EF 4 11 0 6 11E 38 56
Octal 346 307 357 4 21 0 6 436 70 126
Binary 11100110 11000111 11101111 100 10001 0 110 100011110 111000 1010110

Color Harmonies of #E6C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C7EF

Black with #E6C7EF

Text Example


Text Example

White with #E6C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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