Html Css Color HEX #E1CCE6 Blue Chalk

📋 copy color: '#E1CCE6'

red 225 ◦ green 204 ◦ blue 230

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

Shades of Blue Chalk #E1CCE6

Tints of Blue Chalk #E1CCE6

RGB

 RED value IS 225 (88.28% from 255) = 34.14%

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

 BLUE value IS 230 (90.23% from 255) = 34.9%

R = 34.14%
G = 30.96%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1CCE6 (or 0xE1CCE6) is known color: Blue Chalk. HEX triplet: E1, CC and E6. RGB value is (225,204,230). Sum of RGB (Red+Green+Blue) = 225+204+230=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCE6 is #1E3319. Grayscale: #D5D5D5. Windows color (decimal): -1979162 or 15125729. OLE color: 15125729.

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

Color convert

RGB 225 204 230 -
CMYK 0.02 0.11 0 0.10
HSL 288.46º 0.34% 0.85% -
HSV(B) 288.46º 0.11% 0.9% -
XYZ 66.93 64.91 83.86 -
YUV 213.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 225 204 230 0.02 0.11 0 0.10 288.46 0.34 0.85
Hex E1 CC E6 2 B 0 A 120 22 55
Octal 341 314 346 2 13 0 12 440 42 125
Binary 11100001 11001100 11100110 10 1011 0 1010 100100000 100010 1010101

Color Harmonies of #E1CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCE6

Black with #E1CCE6

Text Example


Text Example

White with #E1CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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