Html Css Color HEX #E6CDED Blue Chalk

📋 copy color: '#E6CDED'

red 230 ◦ green 205 ◦ blue 237

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

Shades of Blue Chalk #E6CDED

Tints of Blue Chalk #E6CDED

RGB

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

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

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

R = 34.23%
G = 30.51%
B = 35.27%

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

#E6CDED (or 0xE6CDED) is known color: Blue Chalk. HEX triplet: E6, CD and ED. RGB value is (230,205,237). Sum of RGB (Red+Green+Blue) = 230+205+237=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDED is #193212. Grayscale: #D8D8D8. Windows color (decimal): -1651219 or 15584742. OLE color: 15584742.

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

Color convert

RGB 230 205 237 -
CMYK 0.03 0.14 0 0.07
HSL 286.88º 0.47% 0.87% -
HSV(B) 286.88º 0.14% 0.93% -
XYZ 69.75 66.6 89.3 -
YUV 216.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 230 205 237 0.03 0.14 0 0.07 286.88 0.47 0.87
Hex E6 CD ED 3 E 0 7 11F 2F 57
Octal 346 315 355 3 16 0 7 437 57 127
Binary 11100110 11001101 11101101 11 1110 0 111 100011111 101111 1010111

Color Harmonies of #E6CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDED

Black with #E6CDED

Text Example


Text Example

White with #E6CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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