Html Css Color HEX #E9CDEF Blue Chalk

📋 copy color: '#E9CDEF'

red 233 ◦ green 205 ◦ blue 239

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

Shades of Blue Chalk #E9CDEF

Tints of Blue Chalk #E9CDEF

RGB

 RED value IS 233 (91.41% from 255) = 34.42%

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 34.42%
G = 30.28%
B = 35.3%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9CDEF (or 0xE9CDEF) is known color: Blue Chalk. HEX triplet: E9, CD and EF. RGB value is (233,205,239). Sum of RGB (Red+Green+Blue) = 233+205+239=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDEF is #163210. Grayscale: #D9D9D9. Windows color (decimal): -1454609 or 15715817. OLE color: 15715817.

HSL color Cylindrical-coordinate representation of color #E9CDEF: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CDEF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 205 239 -
CMYK 0.03 0.14 0 0.06
HSL 289.41º 0.52% 0.87% -
HSV(B) 289.41º 0.14% 0.94% -
XYZ 71.02 67.22 90.89 -
YUV 217.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 233 205 239 0.03 0.14 0 0.06 289.41 0.52 0.87
Hex E9 CD EF 3 E 0 6 121 34 57
Octal 351 315 357 3 16 0 6 441 64 127
Binary 11101001 11001101 11101111 11 1110 0 110 100100001 110100 1010111

Color Harmonies of #E9CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDEF

Black with #E9CDEF

Text Example


Text Example

White with #E9CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDEF; }

 p { color: rgb(233,205,239); }

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

background-color css

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

 a { background-color: rgb(233,205,239); }

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

border-color css

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

 span { border-color: rgb(233,205,239); }

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