Html Css Color HEX #EECEFD Blue Chalk

📋 copy color: '#EECEFD'

red 238 ◦ green 206 ◦ blue 253

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

Shades of Blue Chalk #EECEFD

Tints of Blue Chalk #EECEFD

RGB

 RED value IS 238 (93.36% from 255) = 34.15%

 GREEN value IS 206 (80.86% from 255) = 29.56%

 BLUE value IS 253 (99.22% from 255) = 36.3%

R = 34.15%
G = 29.56%
B = 36.3%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EECEFD (or 0xEECEFD) is known color: Blue Chalk. HEX triplet: EE, CE and FD. RGB value is (238,206,253). Sum of RGB (Red+Green+Blue) = 238+206+253=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEFD is #113102. Grayscale: #DCDCDC. Windows color (decimal): -1126659 or 16633582. OLE color: 16633582.

HSL color Cylindrical-coordinate representation of color #EECEFD: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECEFD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 206 253 -
CMYK 0.06 0.19 0 0.01
HSL 280.85º 0.92% 0.9% -
HSV(B) 280.85º 0.19% 0.99% -
XYZ 75.06 69.41 102.37 -
YUV 220.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 238 206 253 0.06 0.19 0 0.01 280.85 0.92 0.9
Hex EE CE FD 6 13 0 1 119 5C 5A
Octal 356 316 375 6 23 0 1 431 134 132
Binary 11101110 11001110 11111101 110 10011 0 1 100011001 1011100 1011010

Color Harmonies of #EECEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECEFD

Black with #EECEFD

Text Example


Text Example

White with #EECEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECEFD; }

 p { color: rgb(238,206,253); }

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

background-color css

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

 a { background-color: rgb(238,206,253); }

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

border-color css

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

 span { border-color: rgb(238,206,253); }

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