Html Css Color HEX #EFDAFC Blue Chalk

📋 copy color: '#EFDAFC'

red 239 ◦ green 218 ◦ blue 252

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

Shades of Blue Chalk #EFDAFC

Tints of Blue Chalk #EFDAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.54%

R = 33.71%
G = 30.75%
B = 35.54%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFDAFC (or 0xEFDAFC) is known color: Blue Chalk. HEX triplet: EF, DA and FC. RGB value is (239,218,252). Sum of RGB (Red+Green+Blue) = 239+218+252=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFC is #102503. Grayscale: #E4E4E4. Windows color (decimal): -1058052 or 16571119. OLE color: 16571119.

HSL color Cylindrical-coordinate representation of color #EFDAFC: hue angle of 277.06º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDAFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 218 252 -
CMYK 0.05 0.13 0 0.01
HSL 277.06º 0.85% 0.92% -
HSV(B) 277.06º 0.13% 0.99% -
XYZ 78.24 75.52 102.55 -
YUV 228.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 239 218 252 0.05 0.13 0 0.01 277.06 0.85 0.92
Hex EF DA FC 5 D 0 1 115 55 5C
Octal 357 332 374 5 15 0 1 425 125 134
Binary 11101111 11011010 11111100 101 1101 0 1 100010101 1010101 1011100

Color Harmonies of #EFDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAFC

Black with #EFDAFC

Text Example


Text Example

White with #EFDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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