Html Css Color HEX #EEDBFF Blue Chalk

📋 copy color: '#EEDBFF'

red 238 ◦ green 219 ◦ blue 255

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

Shades of Blue Chalk #EEDBFF

Tints of Blue Chalk #EEDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.76%

 BLUE value IS 255 (100% from 255) = 35.81%

R = 33.43%
G = 30.76%
B = 35.81%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEDBFF (or 0xEEDBFF) is known color: Blue Chalk. HEX triplet: EE, DB and FF. RGB value is (238,219,255). Sum of RGB (Red+Green+Blue) = 238+219+255=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBFF is #112400. Grayscale: #E4E4E4. Windows color (decimal): -1123329 or 16767982. OLE color: 16767982.

HSL color Cylindrical-coordinate representation of color #EEDBFF: hue angle of 271.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEDBFF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 219 255 -
CMYK 0.07 0.14 0 0
HSL 271.67º 1% 0.93% -
HSV(B) 271.67º 0.14% 1% -
XYZ 78.64 76.06 105.14 -
YUV 228.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 238 219 255 0.07 0.14 0 0 271.67 1 0.93
Hex EE DB FF 7 E 0 0 110 64 5D
Octal 356 333 377 7 16 0 0 420 144 135
Binary 11101110 11011011 11111111 111 1110 0 0 100010000 1100100 1011101

Color Harmonies of #EEDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBFF

Black with #EEDBFF

Text Example


Text Example

White with #EEDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBFF; }

 p { color: rgb(238,219,255); }

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

background-color css

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

 a { background-color: rgb(238,219,255); }

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

border-color css

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

 span { border-color: rgb(238,219,255); }

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