Html Css Color HEX #E7CDF5 Blue Chalk

📋 copy color: '#E7CDF5'

red 231 ◦ green 205 ◦ blue 245

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

Shades of Blue Chalk #E7CDF5

Tints of Blue Chalk #E7CDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.98%

R = 33.92%
G = 30.1%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E7CDF5 (or 0xE7CDF5) is known color: Blue Chalk. HEX triplet: E7, CD and F5. RGB value is (231,205,245). Sum of RGB (Red+Green+Blue) = 231+205+245=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7CDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDF5 is #18320A. Grayscale: #D9D9D9. Windows color (decimal): -1585675 or 16109031. OLE color: 16109031.

HSL color Cylindrical-coordinate representation of color #E7CDF5: hue angle of 279º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CDF5 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 205 245 -
CMYK 0.06 0.16 0 0.04
HSL 279º 0.67% 0.88% -
HSV(B) 279º 0.16% 0.96% -
XYZ 71.27 67.24 95.61 -
YUV 217.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 231 205 245 0.06 0.16 0 0.04 279 0.67 0.88
Hex E7 CD F5 6 10 0 4 117 43 58
Octal 347 315 365 6 20 0 4 427 103 130
Binary 11100111 11001101 11110101 110 10000 0 100 100010111 1000011 1011000

Color Harmonies of #E7CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDF5

Black with #E7CDF5

Text Example


Text Example

White with #E7CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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