Html Css Color HEX #EECBFE Blue Chalk

📋 copy color: '#EECBFE'

red 238 ◦ green 203 ◦ blue 254

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

Shades of Blue Chalk #EECBFE

Tints of Blue Chalk #EECBFE

RGB

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

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

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

R = 34.24%
G = 29.21%
B = 36.55%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EECBFE (or 0xEECBFE) is known color: Blue Chalk. HEX triplet: EE, CB and FE. RGB value is (238,203,254). Sum of RGB (Red+Green+Blue) = 238+203+254=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFE is #113401. Grayscale: #DBDBDB. Windows color (decimal): -1127426 or 16698350. OLE color: 16698350.

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

Color convert

RGB 238 203 254 -
CMYK 0.06 0.20 0 0.00
HSL 281.18º 0.96% 0.9% -
HSV(B) 281.18º 0.2% 1% -
XYZ 74.51 68.04 102.97 -
YUV 219.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 238 203 254 0.06 0.20 0 0.00 281.18 0.96 0.9
Hex EE CB FE 6 14 0 0 119 60 5A
Octal 356 313 376 6 24 0 0 431 140 132
Binary 11101110 11001011 11111110 110 10100 0 0 100011001 1100000 1011010

Color Harmonies of #EECBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBFE

Black with #EECBFE

Text Example


Text Example

White with #EECBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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