Html Css Color HEX #E0C3EB Blue Chalk

📋 copy color: '#E0C3EB'

red 224 ◦ green 195 ◦ blue 235

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

Shades of Blue Chalk #E0C3EB

Tints of Blue Chalk #E0C3EB

RGB

 RED value IS 224 (87.89% from 255) = 34.25%

 GREEN value IS 195 (76.56% from 255) = 29.82%

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 34.25%
G = 29.82%
B = 35.93%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0C3EB (or 0xE0C3EB) is known color: Blue Chalk. HEX triplet: E0, C3 and EB. RGB value is (224,195,235). Sum of RGB (Red+Green+Blue) = 224+195+235=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C3EB is #1F3C14. Grayscale: #D0D0D0. Windows color (decimal): -2046997 or 15451104. OLE color: 15451104.

HSL color Cylindrical-coordinate representation of color #E0C3EB: hue angle of 283.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C3EB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 195 235 -
CMYK 0.05 0.17 0 0.08
HSL 283.5º 0.5% 0.84% -
HSV(B) 283.5º 0.17% 0.92% -
XYZ 65.25 60.88 86.91 -
YUV 208.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 224 195 235 0.05 0.17 0 0.08 283.5 0.5 0.84
Hex E0 C3 EB 5 11 0 8 11C 32 54
Octal 340 303 353 5 21 0 10 434 62 124
Binary 11100000 11000011 11101011 101 10001 0 1000 100011100 110010 1010100

Color Harmonies of #E0C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C3EB

Black with #E0C3EB

Text Example


Text Example

White with #E0C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C3EB; }

 p { color: rgb(224,195,235); }

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

background-color css

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

 a { background-color: rgb(224,195,235); }

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

border-color css

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

 span { border-color: rgb(224,195,235); }

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