Html Css Color HEX #E1CFED Blue Chalk

📋 copy color: '#E1CFED'

red 225 ◦ green 207 ◦ blue 237

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

Shades of Blue Chalk #E1CFED

Tints of Blue Chalk #E1CFED

RGB

 RED value IS 225 (88.28% from 255) = 33.63%

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 33.63%
G = 30.94%
B = 35.43%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1CFED (or 0xE1CFED) is known color: Blue Chalk. HEX triplet: E1, CF and ED. RGB value is (225,207,237). Sum of RGB (Red+Green+Blue) = 225+207+237=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFED is #1E3012. Grayscale: #D7D7D7. Windows color (decimal): -1978387 or 15585249. OLE color: 15585249.

HSL color Cylindrical-coordinate representation of color #E1CFED: hue angle of 276º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CFED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 207 237 -
CMYK 0.05 0.13 0 0.07
HSL 276º 0.45% 0.87% -
HSV(B) 276º 0.13% 0.93% -
XYZ 68.65 66.75 89.39 -
YUV 215.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 225 207 237 0.05 0.13 0 0.07 276 0.45 0.87
Hex E1 CF ED 5 D 0 7 114 2D 57
Octal 341 317 355 5 15 0 7 424 55 127
Binary 11100001 11001111 11101101 101 1101 0 111 100010100 101101 1010111

Color Harmonies of #E1CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFED

Black with #E1CFED

Text Example


Text Example

White with #E1CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFED; }

 p { color: rgb(225,207,237); }

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

background-color css

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

 a { background-color: rgb(225,207,237); }

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

border-color css

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

 span { border-color: rgb(225,207,237); }

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