Html Css Color HEX #E8CDEE Blue Chalk

📋 copy color: '#E8CDEE'

red 232 ◦ green 205 ◦ blue 238

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

Shades of Blue Chalk #E8CDEE

Tints of Blue Chalk #E8CDEE

RGB

 RED value IS 232 (91.02% from 255) = 34.37%

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

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 34.37%
G = 30.37%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8CDEE (or 0xE8CDEE) is known color: Blue Chalk. HEX triplet: E8, CD and EE. RGB value is (232,205,238). Sum of RGB (Red+Green+Blue) = 232+205+238=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDEE is #173211. Grayscale: #D8D8D8. Windows color (decimal): -1520146 or 15650280. OLE color: 15650280.

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

Color convert

RGB 232 205 238 -
CMYK 0.03 0.14 0 0.07
HSL 289.09º 0.49% 0.87% -
HSV(B) 289.09º 0.14% 0.93% -
XYZ 70.54 66.99 90.1 -
YUV 216.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 232 205 238 0.03 0.14 0 0.07 289.09 0.49 0.87
Hex E8 CD EE 3 E 0 7 121 31 57
Octal 350 315 356 3 16 0 7 441 61 127
Binary 11101000 11001101 11101110 11 1110 0 111 100100001 110001 1010111

Color Harmonies of #E8CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CDEE

Black with #E8CDEE

Text Example


Text Example

White with #E8CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CDEE; }

 p { color: rgb(232,205,238); }

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

background-color css

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

 a { background-color: rgb(232,205,238); }

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

border-color css

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

 span { border-color: rgb(232,205,238); }

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