Html Css Color HEX #EFDBFF Blue Chalk

📋 copy color: '#EFDBFF'

red 239 ◦ green 219 ◦ blue 255

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

Shades of Blue Chalk #EFDBFF

Tints of Blue Chalk #EFDBFF

RGB

 RED value IS 239 (93.75% from 255) = 33.52%

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

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

R = 33.52%
G = 30.72%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFDBFF (or 0xEFDBFF) is known color: Blue Chalk. HEX triplet: EF, DB and FF. RGB value is (239,219,255). Sum of RGB (Red+Green+Blue) = 239+219+255=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFF is #102400. Grayscale: #E4E4E4. Windows color (decimal): -1057793 or 16767983. OLE color: 16767983.

HSL color Cylindrical-coordinate representation of color #EFDBFF: hue angle of 273.33º 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 #EFDBFF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 219 255 -
CMYK 0.06 0.14 0 0
HSL 273.33º 1% 0.93% -
HSV(B) 273.33º 0.14% 1% -
XYZ 78.98 76.23 105.16 -
YUV 229.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 239 219 255 0.06 0.14 0 0 273.33 1 0.93
Hex EF DB FF 6 E 0 0 111 64 5D
Octal 357 333 377 6 16 0 0 421 144 135
Binary 11101111 11011011 11111111 110 1110 0 0 100010001 1100100 1011101

Color Harmonies of #EFDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBFF

Black with #EFDBFF

Text Example


Text Example

White with #EFDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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