Html Css Color HEX #EFDAFA Blue Chalk

📋 copy color: '#EFDAFA'

red 239 ◦ green 218 ◦ blue 250

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

Shades of Blue Chalk #EFDAFA

Tints of Blue Chalk #EFDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.83%

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

R = 33.8%
G = 30.83%
B = 35.36%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFDAFA (or 0xEFDAFA) is known color: Blue Chalk. HEX triplet: EF, DA and FA. RGB value is (239,218,250). Sum of RGB (Red+Green+Blue) = 239+218+250=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFA is #102505. Grayscale: #E3E3E3. Windows color (decimal): -1058054 or 16440047. OLE color: 16440047.

HSL color Cylindrical-coordinate representation of color #EFDAFA: hue angle of 279.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDAFA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 218 250 -
CMYK 0.04 0.13 0 0.02
HSL 279.38º 0.76% 0.92% -
HSV(B) 279.38º 0.13% 0.98% -
XYZ 77.92 75.4 100.89 -
YUV 227.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 239 218 250 0.04 0.13 0 0.02 279.38 0.76 0.92
Hex EF DA FA 4 D 0 2 117 4C 5C
Octal 357 332 372 4 15 0 2 427 114 134
Binary 11101111 11011010 11111010 100 1101 0 10 100010111 1001100 1011100

Color Harmonies of #EFDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAFA

Black with #EFDAFA

Text Example


Text Example

White with #EFDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAFA; }

 p { color: rgb(239,218,250); }

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

background-color css

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

 a { background-color: rgb(239,218,250); }

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

border-color css

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

 span { border-color: rgb(239,218,250); }

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