Html Css Color HEX #EFD9F9 Blue Chalk

📋 copy color: '#EFD9F9'

red 239 ◦ green 217 ◦ blue 249

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

Shades of Blue Chalk #EFD9F9

Tints of Blue Chalk #EFD9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.78%

 BLUE value IS 249 (97.66% from 255) = 35.32%

R = 33.9%
G = 30.78%
B = 35.32%

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

#EFD9F9 (or 0xEFD9F9) is known color: Blue Chalk. HEX triplet: EF, D9 and F9. RGB value is (239,217,249). Sum of RGB (Red+Green+Blue) = 239+217+249=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9F9 is #102606. Grayscale: #E3E3E3. Windows color (decimal): -1058311 or 16374255. OLE color: 16374255.

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

Color convert

RGB 239 217 249 -
CMYK 0.04 0.13 0 0.02
HSL 281.25º 0.73% 0.91% -
HSV(B) 281.25º 0.13% 0.98% -
XYZ 77.51 74.82 99.98 -
YUV 227.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 239 217 249 0.04 0.13 0 0.02 281.25 0.73 0.91
Hex EF D9 F9 4 D 0 2 119 49 5B
Octal 357 331 371 4 15 0 2 431 111 133
Binary 11101111 11011001 11111001 100 1101 0 10 100011001 1001001 1011011

Color Harmonies of #EFD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9F9

Black with #EFD9F9

Text Example


Text Example

White with #EFD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9F9; }

 p { color: rgb(239,217,249); }

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

background-color css

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

 a { background-color: rgb(239,217,249); }

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

border-color css

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

 span { border-color: rgb(239,217,249); }

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