Html Css Color HEX #E5CFEF Blue Chalk

📋 copy color: '#E5CFEF'

red 229 ◦ green 207 ◦ blue 239

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

Shades of Blue Chalk #E5CFEF

Tints of Blue Chalk #E5CFEF

RGB

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

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

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

R = 33.93%
G = 30.67%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5CFEF (or 0xE5CFEF) is known color: Blue Chalk. HEX triplet: E5, CF and EF. RGB value is (229,207,239). Sum of RGB (Red+Green+Blue) = 229+207+239=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFEF is #1A3010. Grayscale: #D9D9D9. Windows color (decimal): -1716241 or 15716325. OLE color: 15716325.

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

Color convert

RGB 229 207 239 -
CMYK 0.04 0.13 0 0.06
HSL 281.25º 0.5% 0.87% -
HSV(B) 281.25º 0.13% 0.94% -
XYZ 70.21 67.52 90.99 -
YUV 217.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 229 207 239 0.04 0.13 0 0.06 281.25 0.5 0.87
Hex E5 CF EF 4 D 0 6 119 32 57
Octal 345 317 357 4 15 0 6 431 62 127
Binary 11100101 11001111 11101111 100 1101 0 110 100011001 110010 1010111

Color Harmonies of #E5CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFEF

Black with #E5CFEF

Text Example


Text Example

White with #E5CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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