Html Css Color HEX #E6CEFF Blue Chalk

📋 copy color: '#E6CEFF'

red 230 ◦ green 206 ◦ blue 255

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

Shades of Blue Chalk #E6CEFF

Tints of Blue Chalk #E6CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.81%

 BLUE value IS 255 (100% from 255) = 36.9%

R = 33.29%
G = 29.81%
B = 36.9%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6CEFF (or 0xE6CEFF) is known color: Blue Chalk. HEX triplet: E6, CE and FF. RGB value is (230,206,255). Sum of RGB (Red+Green+Blue) = 230+206+255=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFF is #193100. Grayscale: #DADADA. Windows color (decimal): -1650945 or 16764646. OLE color: 16764646.

HSL color Cylindrical-coordinate representation of color #E6CEFF: hue angle of 269.39º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CEFF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 206 255 -
CMYK 0.10 0.19 0 0
HSL 269.39º 1% 0.9% -
HSV(B) 269.39º 0.19% 1% -
XYZ 72.75 68.19 103.93 -
YUV 218.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 230 206 255 0.10 0.19 0 0 269.39 1 0.9
Hex E6 CE FF A 13 0 0 10D 64 5A
Octal 346 316 377 12 23 0 0 415 144 132
Binary 11100110 11001110 11111111 1010 10011 0 0 100001101 1100100 1011010

Color Harmonies of #E6CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEFF

Black with #E6CEFF

Text Example


Text Example

White with #E6CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEFF; }

 p { color: rgb(230,206,255); }

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

background-color css

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

 a { background-color: rgb(230,206,255); }

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

border-color css

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

 span { border-color: rgb(230,206,255); }

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