Html Css Color HEX #E9CEFA Blue Chalk

📋 copy color: '#E9CEFA'

red 233 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #E9CEFA

Tints of Blue Chalk #E9CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.9%

 BLUE value IS 250 (98.05% from 255) = 36.28%

R = 33.82%
G = 29.9%
B = 36.28%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9CEFA (or 0xE9CEFA) is known color: Blue Chalk. HEX triplet: E9, CE and FA. RGB value is (233,206,250). Sum of RGB (Red+Green+Blue) = 233+206+250=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFA is #163105. Grayscale: #DADADA. Windows color (decimal): -1454342 or 16436969. OLE color: 16436969.

HSL color Cylindrical-coordinate representation of color #E9CEFA: hue angle of 276.82º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CEFA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 206 250 -
CMYK 0.07 0.18 0 0.02
HSL 276.82º 0.81% 0.89% -
HSV(B) 276.82º 0.18% 0.98% -
XYZ 72.93 68.37 99.8 -
YUV 219.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 233 206 250 0.07 0.18 0 0.02 276.82 0.81 0.89
Hex E9 CE FA 7 12 0 2 115 51 59
Octal 351 316 372 7 22 0 2 425 121 131
Binary 11101001 11001110 11111010 111 10010 0 10 100010101 1010001 1011001

Color Harmonies of #E9CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CEFA

Black with #E9CEFA

Text Example


Text Example

White with #E9CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CEFA; }

 p { color: rgb(233,206,250); }

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

background-color css

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

 a { background-color: rgb(233,206,250); }

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

border-color css

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

 span { border-color: rgb(233,206,250); }

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