Html Css Color HEX #E0CCEF Blue Chalk

📋 copy color: '#E0CCEF'

red 224 ◦ green 204 ◦ blue 239

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

Shades of Blue Chalk #E0CCEF

Tints of Blue Chalk #E0CCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.83%

R = 33.58%
G = 30.58%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0CCEF (or 0xE0CCEF) is known color: Blue Chalk. HEX triplet: E0, CC and EF. RGB value is (224,204,239). Sum of RGB (Red+Green+Blue) = 224+204+239=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCEF is #1F3310. Grayscale: #D5D5D5. Windows color (decimal): -2044689 or 15715552. OLE color: 15715552.

HSL color Cylindrical-coordinate representation of color #E0CCEF: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CCEF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 204 239 -
CMYK 0.06 0.15 0 0.06
HSL 274.29º 0.52% 0.87% -
HSV(B) 274.29º 0.15% 0.94% -
XYZ 67.91 65.27 90.68 -
YUV 213.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 224 204 239 0.06 0.15 0 0.06 274.29 0.52 0.87
Hex E0 CC EF 6 F 0 6 112 34 57
Octal 340 314 357 6 17 0 6 422 64 127
Binary 11100000 11001100 11101111 110 1111 0 110 100010010 110100 1010111

Color Harmonies of #E0CCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCEF

Black with #E0CCEF

Text Example


Text Example

White with #E0CCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCEF; }

 p { color: rgb(224,204,239); }

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

background-color css

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

 a { background-color: rgb(224,204,239); }

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

border-color css

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

 span { border-color: rgb(224,204,239); }

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