Html Css Color HEX #E1CDEC Blue Chalk

📋 copy color: '#E1CDEC'

red 225 ◦ green 205 ◦ blue 236

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

Shades of Blue Chalk #E1CDEC

Tints of Blue Chalk #E1CDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.44%

R = 33.78%
G = 30.78%
B = 35.44%

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

#E1CDEC (or 0xE1CDEC) is known color: Blue Chalk. HEX triplet: E1, CD and EC. RGB value is (225,205,236). Sum of RGB (Red+Green+Blue) = 225+205+236=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEC is #1E3213. Grayscale: #D6D6D6. Windows color (decimal): -1978900 or 15519201. OLE color: 15519201.

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

Color convert

RGB 225 205 236 -
CMYK 0.05 0.13 0 0.07
HSL 278.71º 0.45% 0.86% -
HSV(B) 278.71º 0.13% 0.93% -
XYZ 68.02 65.73 88.46 -
YUV 214.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 225 205 236 0.05 0.13 0 0.07 278.71 0.45 0.86
Hex E1 CD EC 5 D 0 7 117 2D 56
Octal 341 315 354 5 15 0 7 427 55 126
Binary 11100001 11001101 11101100 101 1101 0 111 100010111 101101 1010110

Color Harmonies of #E1CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDEC

Black with #E1CDEC

Text Example


Text Example

White with #E1CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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