Html Css Color HEX #E5CFEB Blue Chalk

📋 copy color: '#E5CFEB'

red 229 ◦ green 207 ◦ blue 235

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

Shades of Blue Chalk #E5CFEB

Tints of Blue Chalk #E5CFEB

RGB

 RED value IS 229 (89.84% from 255) = 34.13%

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

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

R = 34.13%
G = 30.85%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5CFEB (or 0xE5CFEB) is known color: Blue Chalk. HEX triplet: E5, CF and EB. RGB value is (229,207,235). Sum of RGB (Red+Green+Blue) = 229+207+235=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFEB is #1A3014. Grayscale: #D8D8D8. Windows color (decimal): -1716245 or 15454181. OLE color: 15454181.

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

Color convert

RGB 229 207 235 -
CMYK 0.03 0.12 0 0.08
HSL 287.14º 0.41% 0.87% -
HSV(B) 287.14º 0.12% 0.92% -
XYZ 69.62 67.28 87.91 -
YUV 216.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 229 207 235 0.03 0.12 0 0.08 287.14 0.41 0.87
Hex E5 CF EB 3 C 0 8 11F 29 57
Octal 345 317 353 3 14 0 10 437 51 127
Binary 11100101 11001111 11101011 11 1100 0 1000 100011111 101001 1010111

Color Harmonies of #E5CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFEB

Black with #E5CFEB

Text Example


Text Example

White with #E5CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFEB; }

 p { color: rgb(229,207,235); }

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

background-color css

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

 a { background-color: rgb(229,207,235); }

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

border-color css

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

 span { border-color: rgb(229,207,235); }

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