Html Css Color HEX #E1CDE6 Blue Chalk

📋 copy color: '#E1CDE6'

red 225 ◦ green 205 ◦ blue 230

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

Shades of Blue Chalk #E1CDE6

Tints of Blue Chalk #E1CDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 34.09%
G = 31.06%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1CDE6 (or 0xE1CDE6) is known color: Blue Chalk. HEX triplet: E1, CD and E6. RGB value is (225,205,230). Sum of RGB (Red+Green+Blue) = 225+205+230=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDE6 is #1E3219. Grayscale: #D5D5D5. Windows color (decimal): -1978906 or 15125985. OLE color: 15125985.

HSL color Cylindrical-coordinate representation of color #E1CDE6: hue angle of 288º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CDE6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 205 230 -
CMYK 0.02 0.11 0 0.10
HSL 288º 0.33% 0.85% -
HSV(B) 288º 0.11% 0.9% -
XYZ 67.17 65.38 83.94 -
YUV 213.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 225 205 230 0.02 0.11 0 0.10 288 0.33 0.85
Hex E1 CD E6 2 B 0 A 120 21 55
Octal 341 315 346 2 13 0 12 440 41 125
Binary 11100001 11001101 11100110 10 1011 0 1010 100100000 100001 1010101

Color Harmonies of #E1CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDE6

Black with #E1CDE6

Text Example


Text Example

White with #E1CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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