Html Css Color HEX #E6C8EE Blue Chalk

📋 copy color: '#E6C8EE'

red 230 ◦ green 200 ◦ blue 238

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

Shades of Blue Chalk #E6C8EE

Tints of Blue Chalk #E6C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.94%

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 34.43%
G = 29.94%
B = 35.63%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6C8EE (or 0xE6C8EE) is known color: Blue Chalk. HEX triplet: E6, C8 and EE. RGB value is (230,200,238). Sum of RGB (Red+Green+Blue) = 230+200+238=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8EE is #193711. Grayscale: #D5D5D5. Windows color (decimal): -1652498 or 15648998. OLE color: 15648998.

HSL color Cylindrical-coordinate representation of color #E6C8EE: hue angle of 287.37º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C8EE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 200 238 -
CMYK 0.03 0.16 0 0.07
HSL 287.37º 0.53% 0.86% -
HSV(B) 287.37º 0.16% 0.93% -
XYZ 68.72 64.3 89.68 -
YUV 213.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 230 200 238 0.03 0.16 0 0.07 287.37 0.53 0.86
Hex E6 C8 EE 3 10 0 7 11F 35 56
Octal 346 310 356 3 20 0 7 437 65 126
Binary 11100110 11001000 11101110 11 10000 0 111 100011111 110101 1010110

Color Harmonies of #E6C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C8EE

Black with #E6C8EE

Text Example


Text Example

White with #E6C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C8EE; }

 p { color: rgb(230,200,238); }

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

background-color css

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

 a { background-color: rgb(230,200,238); }

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

border-color css

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

 span { border-color: rgb(230,200,238); }

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