Html Css Color HEX #E0CAEF Blue Chalk

📋 copy color: '#E0CAEF'

red 224 ◦ green 202 ◦ blue 239

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

Shades of Blue Chalk #E0CAEF

Tints of Blue Chalk #E0CAEF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.38%

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

R = 33.68%
G = 30.38%
B = 35.94%

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

#E0CAEF (or 0xE0CAEF) is known color: Blue Chalk. HEX triplet: E0, CA and EF. RGB value is (224,202,239). Sum of RGB (Red+Green+Blue) = 224+202+239=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAEF is #1F3510. Grayscale: #D4D4D4. Windows color (decimal): -2045201 or 15715040. OLE color: 15715040.

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

Color convert

RGB 224 202 239 -
CMYK 0.06 0.15 0 0.06
HSL 275.68º 0.54% 0.86% -
HSV(B) 275.68º 0.15% 0.94% -
XYZ 67.44 64.32 90.52 -
YUV 212.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 224 202 239 0.06 0.15 0 0.06 275.68 0.54 0.86
Hex E0 CA EF 6 F 0 6 114 36 56
Octal 340 312 357 6 17 0 6 424 66 126
Binary 11100000 11001010 11101111 110 1111 0 110 100010100 110110 1010110

Color Harmonies of #E0CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAEF

Black with #E0CAEF

Text Example


Text Example

White with #E0CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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