Html Css Color HEX #E1CDF3 Blue Chalk

📋 copy color: '#E1CDF3'

red 225 ◦ green 205 ◦ blue 243

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

Shades of Blue Chalk #E1CDF3

Tints of Blue Chalk #E1CDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.46%

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 33.43%
G = 30.46%
B = 36.11%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1CDF3 (or 0xE1CDF3) is known color: Blue Chalk. HEX triplet: E1, CD and F3. RGB value is (225,205,243). Sum of RGB (Red+Green+Blue) = 225+205+243=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF3 is #1E320C. Grayscale: #D7D7D7. Windows color (decimal): -1978893 or 15977953. OLE color: 15977953.

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

Color convert

RGB 225 205 243 -
CMYK 0.07 0.16 0 0.05
HSL 271.58º 0.61% 0.88% -
HSV(B) 271.58º 0.16% 0.95% -
XYZ 69.06 66.14 93.92 -
YUV 215.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 225 205 243 0.07 0.16 0 0.05 271.58 0.61 0.88
Hex E1 CD F3 7 10 0 5 110 3D 58
Octal 341 315 363 7 20 0 5 420 75 130
Binary 11100001 11001101 11110011 111 10000 0 101 100010000 111101 1011000

Color Harmonies of #E1CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDF3

Black with #E1CDF3

Text Example


Text Example

White with #E1CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDF3; }

 p { color: rgb(225,205,243); }

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

background-color css

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

 a { background-color: rgb(225,205,243); }

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

border-color css

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

 span { border-color: rgb(225,205,243); }

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