Html Css Color HEX #E6CCED Blue Chalk

📋 copy color: '#E6CCED'

red 230 ◦ green 204 ◦ blue 237

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

Shades of Blue Chalk #E6CCED

Tints of Blue Chalk #E6CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.4%

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 34.28%
G = 30.4%
B = 35.32%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6CCED (or 0xE6CCED) is known color: Blue Chalk. HEX triplet: E6, CC and ED. RGB value is (230,204,237). Sum of RGB (Red+Green+Blue) = 230+204+237=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCED is #193312. Grayscale: #D7D7D7. Windows color (decimal): -1651475 or 15584486. OLE color: 15584486.

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

Color convert

RGB 230 204 237 -
CMYK 0.03 0.14 0 0.07
HSL 287.27º 0.48% 0.86% -
HSV(B) 287.27º 0.14% 0.93% -
XYZ 69.51 66.12 89.22 -
YUV 215.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 230 204 237 0.03 0.14 0 0.07 287.27 0.48 0.86
Hex E6 CC ED 3 E 0 7 11F 30 56
Octal 346 314 355 3 16 0 7 437 60 126
Binary 11100110 11001100 11101101 11 1110 0 111 100011111 110000 1010110

Color Harmonies of #E6CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCED

Black with #E6CCED

Text Example


Text Example

White with #E6CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCED; }

 p { color: rgb(230,204,237); }

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

background-color css

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

 a { background-color: rgb(230,204,237); }

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

border-color css

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

 span { border-color: rgb(230,204,237); }

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