Html Css Color HEX #E7CBED Blue Chalk

📋 copy color: '#E7CBED'

red 231 ◦ green 203 ◦ blue 237

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

Shades of Blue Chalk #E7CBED

Tints of Blue Chalk #E7CBED

RGB

 RED value IS 231 (90.63% from 255) = 34.43%

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

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

R = 34.43%
G = 30.25%
B = 35.32%

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

#E7CBED (or 0xE7CBED) is known color: Blue Chalk. HEX triplet: E7, CB and ED. RGB value is (231,203,237). Sum of RGB (Red+Green+Blue) = 231+203+237=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBED is #183412. Grayscale: #D7D7D7. Windows color (decimal): -1586195 or 15584231. OLE color: 15584231.

HSL color Cylindrical-coordinate representation of color #E7CBED: hue angle of 289.41º 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 #E7CBED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 203 237 -
CMYK 0.03 0.14 0 0.07
HSL 289.41º 0.49% 0.86% -
HSV(B) 289.41º 0.14% 0.93% -
XYZ 69.6 65.82 89.16 -
YUV 215.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 231 203 237 0.03 0.14 0 0.07 289.41 0.49 0.86
Hex E7 CB ED 3 E 0 7 121 31 56
Octal 347 313 355 3 16 0 7 441 61 126
Binary 11100111 11001011 11101101 11 1110 0 111 100100001 110001 1010110

Color Harmonies of #E7CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CBED

Black with #E7CBED

Text Example


Text Example

White with #E7CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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