Html Css Color HEX #E4CFF2 Blue Chalk

📋 copy color: '#E4CFF2'

red 228 ◦ green 207 ◦ blue 242

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

Shades of Blue Chalk #E4CFF2

Tints of Blue Chalk #E4CFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 33.68%
G = 30.58%
B = 35.75%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E4CFF2 (or 0xE4CFF2) is known color: Blue Chalk. HEX triplet: E4, CF and F2. RGB value is (228,207,242). Sum of RGB (Red+Green+Blue) = 228+207+242=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFF2 is #1B300D. Grayscale: #D9D9D9. Windows color (decimal): -1781774 or 15912932. OLE color: 15912932.

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

Color convert

RGB 228 207 242 -
CMYK 0.06 0.14 0 0.05
HSL 276º 0.57% 0.88% -
HSV(B) 276º 0.14% 0.95% -
XYZ 70.33 67.53 93.33 -
YUV 217.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 228 207 242 0.06 0.14 0 0.05 276 0.57 0.88
Hex E4 CF F2 6 E 0 5 114 39 58
Octal 344 317 362 6 16 0 5 424 71 130
Binary 11100100 11001111 11110010 110 1110 0 101 100010100 111001 1011000

Color Harmonies of #E4CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CFF2

Black with #E4CFF2

Text Example


Text Example

White with #E4CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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