Html Css Color HEX #E4CFF0 Blue Chalk

📋 copy color: '#E4CFF0'

red 228 ◦ green 207 ◦ blue 240

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

Shades of Blue Chalk #E4CFF0

Tints of Blue Chalk #E4CFF0

RGB

 RED value IS 228 (89.45% from 255) = 33.78%

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

 BLUE value IS 240 (94.14% from 255) = 35.56%

R = 33.78%
G = 30.67%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E4CFF0 (or 0xE4CFF0) is known color: Blue Chalk. HEX triplet: E4, CF and F0. RGB value is (228,207,240). Sum of RGB (Red+Green+Blue) = 228+207+240=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFF0 is #1B300F. Grayscale: #D8D8D8. Windows color (decimal): -1781776 or 15781860. OLE color: 15781860.

HSL color Cylindrical-coordinate representation of color #E4CFF0: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4CFF0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 207 240 -
CMYK 0.05 0.14 0 0.06
HSL 278.18º 0.52% 0.88% -
HSV(B) 278.18º 0.14% 0.94% -
XYZ 70.04 67.41 91.76 -
YUV 217.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 228 207 240 0.05 0.14 0 0.06 278.18 0.52 0.88
Hex E4 CF F0 5 E 0 6 116 34 58
Octal 344 317 360 5 16 0 6 426 64 130
Binary 11100100 11001111 11110000 101 1110 0 110 100010110 110100 1011000

Color Harmonies of #E4CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CFF0

Black with #E4CFF0

Text Example


Text Example

White with #E4CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CFF0; }

 p { color: rgb(228,207,240); }

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

background-color css

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

 a { background-color: rgb(228,207,240); }

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

border-color css

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

 span { border-color: rgb(228,207,240); }

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