Html Css Color HEX #E6CDF7 Blue Chalk

📋 copy color: '#E6CDF7'

red 230 ◦ green 205 ◦ blue 247

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

Shades of Blue Chalk #E6CDF7

Tints of Blue Chalk #E6CDF7

RGB

 RED value IS 230 (90.23% from 255) = 33.72%

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

 BLUE value IS 247 (96.88% from 255) = 36.22%

R = 33.72%
G = 30.06%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E6CDF7 (or 0xE6CDF7) is known color: Blue Chalk. HEX triplet: E6, CD and F7. RGB value is (230,205,247). Sum of RGB (Red+Green+Blue) = 230+205+247=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF7 is #193208. Grayscale: #D9D9D9. Windows color (decimal): -1651209 or 16240102. OLE color: 16240102.

HSL color Cylindrical-coordinate representation of color #E6CDF7: hue angle of 275.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CDF7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 205 247 -
CMYK 0.07 0.17 0 0.03
HSL 275.71º 0.72% 0.89% -
HSV(B) 275.71º 0.17% 0.97% -
XYZ 71.25 67.2 97.21 -
YUV 217.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 230 205 247 0.07 0.17 0 0.03 275.71 0.72 0.89
Hex E6 CD F7 7 11 0 3 114 48 59
Octal 346 315 367 7 21 0 3 424 110 131
Binary 11100110 11001101 11110111 111 10001 0 11 100010100 1001000 1011001

Color Harmonies of #E6CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDF7

Black with #E6CDF7

Text Example


Text Example

White with #E6CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDF7; }

 p { color: rgb(230,205,247); }

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

background-color css

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

 a { background-color: rgb(230,205,247); }

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

border-color css

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

 span { border-color: rgb(230,205,247); }

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