Html Css Color HEX #EECBF5 Blue Chalk

📋 copy color: '#EECBF5'

red 238 ◦ green 203 ◦ blue 245

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

Shades of Blue Chalk #EECBF5

Tints of Blue Chalk #EECBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.71%

R = 34.69%
G = 29.59%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EECBF5 (or 0xEECBF5) is known color: Blue Chalk. HEX triplet: EE, CB and F5. RGB value is (238,203,245). Sum of RGB (Red+Green+Blue) = 238+203+245=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #EECBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF5 is #11340A. Grayscale: #DADADA. Windows color (decimal): -1127435 or 16108526. OLE color: 16108526.

HSL color Cylindrical-coordinate representation of color #EECBF5: hue angle of 290º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECBF5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 203 245 -
CMYK 0.03 0.17 0 0.04
HSL 290º 0.68% 0.88% -
HSV(B) 290º 0.17% 0.96% -
XYZ 73.1 67.48 95.56 -
YUV 218.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 238 203 245 0.03 0.17 0 0.04 290 0.68 0.88
Hex EE CB F5 3 11 0 4 122 44 58
Octal 356 313 365 3 21 0 4 442 104 130
Binary 11101110 11001011 11110101 11 10001 0 100 100100010 1000100 1011000

Color Harmonies of #EECBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBF5

Black with #EECBF5

Text Example


Text Example

White with #EECBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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