Html Css Color HEX #E7CDFB Blue Chalk

📋 copy color: '#E7CDFB'

red 231 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #E7CDFB

Tints of Blue Chalk #E7CDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 33.62%
G = 29.84%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7CDFB (or 0xE7CDFB) is known color: Blue Chalk. HEX triplet: E7, CD and FB. RGB value is (231,205,251). Sum of RGB (Red+Green+Blue) = 231+205+251=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDFB is #183204. Grayscale: #D9D9D9. Windows color (decimal): -1585669 or 16502247. OLE color: 16502247.

HSL color Cylindrical-coordinate representation of color #E7CDFB: hue angle of 273.91º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CDFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 205 251 -
CMYK 0.08 0.18 0 0.02
HSL 273.91º 0.85% 0.89% -
HSV(B) 273.91º 0.18% 0.98% -
XYZ 72.2 67.62 100.51 -
YUV 218.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 231 205 251 0.08 0.18 0 0.02 273.91 0.85 0.89
Hex E7 CD FB 8 12 0 2 112 55 59
Octal 347 315 373 10 22 0 2 422 125 131
Binary 11100111 11001101 11111011 1000 10010 0 10 100010010 1010101 1011001

Color Harmonies of #E7CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDFB

Black with #E7CDFB

Text Example


Text Example

White with #E7CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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