Html Css Color HEX #E4CBED Blue Chalk

📋 copy color: '#E4CBED'

red 228 ◦ green 203 ◦ blue 237

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

Shades of Blue Chalk #E4CBED

Tints of Blue Chalk #E4CBED

RGB

 RED value IS 228 (89.45% from 255) = 34.13%

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

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 34.13%
G = 30.39%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E4CBED (or 0xE4CBED) is known color: Blue Chalk. HEX triplet: E4, CB and ED. RGB value is (228,203,237). Sum of RGB (Red+Green+Blue) = 228+203+237=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBED is #1B3412. Grayscale: #D6D6D6. Windows color (decimal): -1782803 or 15584228. OLE color: 15584228.

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

Color convert

RGB 228 203 237 -
CMYK 0.04 0.14 0 0.07
HSL 284.12º 0.49% 0.86% -
HSV(B) 284.12º 0.14% 0.93% -
XYZ 68.64 65.32 89.11 -
YUV 214.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 228 203 237 0.04 0.14 0 0.07 284.12 0.49 0.86
Hex E4 CB ED 4 E 0 7 11C 31 56
Octal 344 313 355 4 16 0 7 434 61 126
Binary 11100100 11001011 11101101 100 1110 0 111 100011100 110001 1010110

Color Harmonies of #E4CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CBED

Black with #E4CBED

Text Example


Text Example

White with #E4CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CBED; }

 p { color: rgb(228,203,237); }

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

background-color css

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

 a { background-color: rgb(228,203,237); }

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

border-color css

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

 span { border-color: rgb(228,203,237); }

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