Html Css Color HEX #EECBFA Blue Chalk

📋 copy color: '#EECBFA'

red 238 ◦ green 203 ◦ blue 250

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

Shades of Blue Chalk #EECBFA

Tints of Blue Chalk #EECBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.38%

 BLUE value IS 250 (98.05% from 255) = 36.18%

R = 34.44%
G = 29.38%
B = 36.18%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EECBFA (or 0xEECBFA) is known color: Blue Chalk. HEX triplet: EE, CB and FA. RGB value is (238,203,250). Sum of RGB (Red+Green+Blue) = 238+203+250=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EECBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFA is #113405. Grayscale: #DADADA. Windows color (decimal): -1127430 or 16436206. OLE color: 16436206.

HSL color Cylindrical-coordinate representation of color #EECBFA: hue angle of 284.68º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECBFA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 203 250 -
CMYK 0.05 0.19 0 0.02
HSL 284.68º 0.82% 0.89% -
HSV(B) 284.68º 0.19% 0.98% -
XYZ 73.87 67.79 99.63 -
YUV 218.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 238 203 250 0.05 0.19 0 0.02 284.68 0.82 0.89
Hex EE CB FA 5 13 0 2 11D 52 59
Octal 356 313 372 5 23 0 2 435 122 131
Binary 11101110 11001011 11111010 101 10011 0 10 100011101 1010010 1011001

Color Harmonies of #EECBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBFA

Black with #EECBFA

Text Example


Text Example

White with #EECBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBFA; }

 p { color: rgb(238,203,250); }

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

background-color css

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

 a { background-color: rgb(238,203,250); }

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

border-color css

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

 span { border-color: rgb(238,203,250); }

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