Html Css Color HEX #E7CDFF Blue Chalk

📋 copy color: '#E7CDFF'

red 231 ◦ green 205 ◦ blue 255

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

Shades of Blue Chalk #E7CDFF

Tints of Blue Chalk #E7CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.9%

R = 33.43%
G = 29.67%
B = 36.9%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E7CDFF (or 0xE7CDFF) is known color: Blue Chalk. HEX triplet: E7, CD and FF. RGB value is (231,205,255). Sum of RGB (Red+Green+Blue) = 231+205+255=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDFF is #183200. Grayscale: #DADADA. Windows color (decimal): -1585665 or 16764391. OLE color: 16764391.

HSL color Cylindrical-coordinate representation of color #E7CDFF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7CDFF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 205 255 -
CMYK 0.09 0.20 0 0
HSL 271.2º 1% 0.9% -
HSV(B) 271.2º 0.2% 1% -
XYZ 72.84 67.87 103.87 -
YUV 218.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 231 205 255 0.09 0.20 0 0 271.2 1 0.9
Hex E7 CD FF 9 14 0 0 10F 64 5A
Octal 347 315 377 11 24 0 0 417 144 132
Binary 11100111 11001101 11111111 1001 10100 0 0 100001111 1100100 1011010

Color Harmonies of #E7CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDFF

Black with #E7CDFF

Text Example


Text Example

White with #E7CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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