Html Css Color HEX #E0CBEE Blue Chalk

📋 copy color: '#E0CBEE'

red 224 ◦ green 203 ◦ blue 238

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

Shades of Blue Chalk #E0CBEE

Tints of Blue Chalk #E0CBEE

RGB

 RED value IS 224 (87.89% from 255) = 33.68%

 GREEN value IS 203 (79.69% from 255) = 30.53%

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

R = 33.68%
G = 30.53%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0CBEE (or 0xE0CBEE) is known color: Blue Chalk. HEX triplet: E0, CB and EE. RGB value is (224,203,238). Sum of RGB (Red+Green+Blue) = 224+203+238=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEE is #1F3411. Grayscale: #D5D5D5. Windows color (decimal): -2044946 or 15649760. OLE color: 15649760.

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

Color convert

RGB 224 203 238 -
CMYK 0.06 0.15 0 0.07
HSL 276º 0.51% 0.86% -
HSV(B) 276º 0.15% 0.93% -
XYZ 67.53 64.73 89.82 -
YUV 213.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 224 203 238 0.06 0.15 0 0.07 276 0.51 0.86
Hex E0 CB EE 6 F 0 7 114 33 56
Octal 340 313 356 6 17 0 7 424 63 126
Binary 11100000 11001011 11101110 110 1111 0 111 100010100 110011 1010110

Color Harmonies of #E0CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBEE

Black with #E0CBEE

Text Example


Text Example

White with #E0CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBEE; }

 p { color: rgb(224,203,238); }

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

background-color css

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

 a { background-color: rgb(224,203,238); }

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

border-color css

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

 span { border-color: rgb(224,203,238); }

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