Html Css Color HEX #E9CFF2 Blue Chalk

📋 copy color: '#E9CFF2'

red 233 ◦ green 207 ◦ blue 242

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

Shades of Blue Chalk #E9CFF2

Tints of Blue Chalk #E9CFF2

RGB

 RED value IS 233 (91.41% from 255) = 34.16%

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

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

R = 34.16%
G = 30.35%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9CFF2 (or 0xE9CFF2) is known color: Blue Chalk. HEX triplet: E9, CF and F2. RGB value is (233,207,242). Sum of RGB (Red+Green+Blue) = 233+207+242=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFF2 is #16300D. Grayscale: #DADADA. Windows color (decimal): -1454094 or 15912937. OLE color: 15912937.

HSL color Cylindrical-coordinate representation of color #E9CFF2: hue angle of 284.57º 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 #E9CFF2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 207 242 -
CMYK 0.04 0.14 0 0.05
HSL 284.57º 0.57% 0.88% -
HSV(B) 284.57º 0.14% 0.95% -
XYZ 71.94 68.36 93.41 -
YUV 218.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 233 207 242 0.04 0.14 0 0.05 284.57 0.57 0.88
Hex E9 CF F2 4 E 0 5 11D 39 58
Octal 351 317 362 4 16 0 5 435 71 130
Binary 11101001 11001111 11110010 100 1110 0 101 100011101 111001 1011000

Color Harmonies of #E9CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFF2

Black with #E9CFF2

Text Example


Text Example

White with #E9CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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