Html Css Color HEX #E0CFEF Blue Chalk

📋 copy color: '#E0CFEF'

red 224 ◦ green 207 ◦ blue 239

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

Shades of Blue Chalk #E0CFEF

Tints of Blue Chalk #E0CFEF

RGB

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

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

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

R = 33.43%
G = 30.9%
B = 35.67%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0CFEF (or 0xE0CFEF) is known color: Blue Chalk. HEX triplet: E0, CF and EF. RGB value is (224,207,239). Sum of RGB (Red+Green+Blue) = 224+207+239=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFEF is #1F3010. Grayscale: #D7D7D7. Windows color (decimal): -2043921 or 15716320. OLE color: 15716320.

HSL color Cylindrical-coordinate representation of color #E0CFEF: hue angle of 271.88º 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 #E0CFEF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 207 239 -
CMYK 0.06 0.13 0 0.06
HSL 271.88º 0.5% 0.87% -
HSV(B) 271.88º 0.13% 0.94% -
XYZ 68.63 66.7 90.92 -
YUV 215.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 224 207 239 0.06 0.13 0 0.06 271.88 0.5 0.87
Hex E0 CF EF 6 D 0 6 110 32 57
Octal 340 317 357 6 15 0 6 420 62 127
Binary 11100000 11001111 11101111 110 1101 0 110 100010000 110010 1010111

Color Harmonies of #E0CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFEF

Black with #E0CFEF

Text Example


Text Example

White with #E0CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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