Html Css Color HEX #E7CDED Blue Chalk

📋 copy color: '#E7CDED'

red 231 ◦ green 205 ◦ blue 237

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

Shades of Blue Chalk #E7CDED

Tints of Blue Chalk #E7CDED

RGB

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

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

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

R = 34.32%
G = 30.46%
B = 35.22%

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

#E7CDED (or 0xE7CDED) is known color: Blue Chalk. HEX triplet: E7, CD and ED. RGB value is (231,205,237). Sum of RGB (Red+Green+Blue) = 231+205+237=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDED is #183212. Grayscale: #D8D8D8. Windows color (decimal): -1585683 or 15584743. OLE color: 15584743.

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

Color convert

RGB 231 205 237 -
CMYK 0.03 0.14 0 0.07
HSL 288.75º 0.47% 0.87% -
HSV(B) 288.75º 0.14% 0.93% -
XYZ 70.07 66.77 89.31 -
YUV 216.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 231 205 237 0.03 0.14 0 0.07 288.75 0.47 0.87
Hex E7 CD ED 3 E 0 7 121 2F 57
Octal 347 315 355 3 16 0 7 441 57 127
Binary 11100111 11001101 11101101 11 1110 0 111 100100001 101111 1010111

Color Harmonies of #E7CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDED

Black with #E7CDED

Text Example


Text Example

White with #E7CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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