Html Css Color HEX #E6CEEE Blue Chalk

📋 copy color: '#E6CEEE'

red 230 ◦ green 206 ◦ blue 238

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

Shades of Blue Chalk #E6CEEE

Tints of Blue Chalk #E6CEEE

RGB

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

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

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

R = 34.12%
G = 30.56%
B = 35.31%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6CEEE (or 0xE6CEEE) is known color: Blue Chalk. HEX triplet: E6, CE and EE. RGB value is (230,206,238). Sum of RGB (Red+Green+Blue) = 230+206+238=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEEE is #193111. Grayscale: #D8D8D8. Windows color (decimal): -1650962 or 15650534. OLE color: 15650534.

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

Color convert

RGB 230 206 238 -
CMYK 0.03 0.13 0 0.07
HSL 285º 0.48% 0.87% -
HSV(B) 285º 0.13% 0.93% -
XYZ 70.14 67.14 90.15 -
YUV 216.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 230 206 238 0.03 0.13 0 0.07 285 0.48 0.87
Hex E6 CE EE 3 D 0 7 11D 30 57
Octal 346 316 356 3 15 0 7 435 60 127
Binary 11100110 11001110 11101110 11 1101 0 111 100011101 110000 1010111

Color Harmonies of #E6CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEEE

Black with #E6CEEE

Text Example


Text Example

White with #E6CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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