Html Css Color HEX #EECDFE Blue Chalk

📋 copy color: '#EECDFE'

red 238 ◦ green 205 ◦ blue 254

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

Shades of Blue Chalk #EECDFE

Tints of Blue Chalk #EECDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 34.15%
G = 29.41%
B = 36.44%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EECDFE (or 0xEECDFE) is known color: Blue Chalk. HEX triplet: EE, CD and FE. RGB value is (238,205,254). Sum of RGB (Red+Green+Blue) = 238+205+254=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFE is #113201. Grayscale: #DCDCDC. Windows color (decimal): -1126914 or 16698862. OLE color: 16698862.

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

Color convert

RGB 238 205 254 -
CMYK 0.06 0.19 0 0.00
HSL 280.41º 0.96% 0.9% -
HSV(B) 280.41º 0.19% 1% -
XYZ 74.98 69 103.13 -
YUV 220.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 238 205 254 0.06 0.19 0 0.00 280.41 0.96 0.9
Hex EE CD FE 6 13 0 0 118 60 5A
Octal 356 315 376 6 23 0 0 430 140 132
Binary 11101110 11001101 11111110 110 10011 0 0 100011000 1100000 1011010

Color Harmonies of #EECDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDFE

Black with #EECDFE

Text Example


Text Example

White with #EECDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDFE; }

 p { color: rgb(238,205,254); }

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

background-color css

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

 a { background-color: rgb(238,205,254); }

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

border-color css

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

 span { border-color: rgb(238,205,254); }

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