Html Css Color HEX #E1CFEA Blue Chalk

📋 copy color: '#E1CFEA'

red 225 ◦ green 207 ◦ blue 234

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

Shades of Blue Chalk #E1CFEA

Tints of Blue Chalk #E1CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.08%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 33.78%
G = 31.08%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1CFEA (or 0xE1CFEA) is known color: Blue Chalk. HEX triplet: E1, CF and EA. RGB value is (225,207,234). Sum of RGB (Red+Green+Blue) = 225+207+234=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEA is #1E3015. Grayscale: #D7D7D7. Windows color (decimal): -1978390 or 15388641. OLE color: 15388641.

HSL color Cylindrical-coordinate representation of color #E1CFEA: hue angle of 280º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CFEA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 207 234 -
CMYK 0.04 0.12 0 0.08
HSL 280º 0.39% 0.86% -
HSV(B) 280º 0.12% 0.92% -
XYZ 68.22 66.57 87.1 -
YUV 215.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 225 207 234 0.04 0.12 0 0.08 280 0.39 0.86
Hex E1 CF EA 4 C 0 8 118 27 56
Octal 341 317 352 4 14 0 10 430 47 126
Binary 11100001 11001111 11101010 100 1100 0 1000 100011000 100111 1010110

Color Harmonies of #E1CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFEA

Black with #E1CFEA

Text Example


Text Example

White with #E1CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFEA; }

 p { color: rgb(225,207,234); }

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

background-color css

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

 a { background-color: rgb(225,207,234); }

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

border-color css

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

 span { border-color: rgb(225,207,234); }

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