Html Css Color HEX #EFD1FB Blue Chalk

📋 copy color: '#EFD1FB'

red 239 ◦ green 209 ◦ blue 251

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

Shades of Blue Chalk #EFD1FB

Tints of Blue Chalk #EFD1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.9%

 BLUE value IS 251 (98.44% from 255) = 35.91%

R = 34.19%
G = 29.9%
B = 35.91%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD1FB (or 0xEFD1FB) is known color: Blue Chalk. HEX triplet: EF, D1 and FB. RGB value is (239,209,251). Sum of RGB (Red+Green+Blue) = 239+209+251=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FB is #102E04. Grayscale: #DEDEDE. Windows color (decimal): -1060357 or 16503279. OLE color: 16503279.

HSL color Cylindrical-coordinate representation of color #EFD1FB: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD1FB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 209 251 -
CMYK 0.05 0.17 0 0.02
HSL 282.86º 0.84% 0.9% -
HSV(B) 282.86º 0.17% 0.98% -
XYZ 75.81 70.92 100.96 -
YUV 222.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 239 209 251 0.05 0.17 0 0.02 282.86 0.84 0.9
Hex EF D1 FB 5 11 0 2 11B 54 5A
Octal 357 321 373 5 21 0 2 433 124 132
Binary 11101111 11010001 11111011 101 10001 0 10 100011011 1010100 1011010

Color Harmonies of #EFD1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1FB

Black with #EFD1FB

Text Example


Text Example

White with #EFD1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1FB; }

 p { color: rgb(239,209,251); }

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

background-color css

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

 a { background-color: rgb(239,209,251); }

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

border-color css

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

 span { border-color: rgb(239,209,251); }

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