Html Css Color HEX #EFD8FB Blue Chalk

📋 copy color: '#EFD8FB'

red 239 ◦ green 216 ◦ blue 251

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

Shades of Blue Chalk #EFD8FB

Tints of Blue Chalk #EFD8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.59%

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

R = 33.85%
G = 30.59%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD8FB (or 0xEFD8FB) is known color: Blue Chalk. HEX triplet: EF, D8 and FB. RGB value is (239,216,251). Sum of RGB (Red+Green+Blue) = 239+216+251=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FB is #102704. Grayscale: #E2E2E2. Windows color (decimal): -1058565 or 16505071. OLE color: 16505071.

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

Color convert

RGB 239 216 251 -
CMYK 0.05 0.14 0 0.02
HSL 279.43º 0.81% 0.92% -
HSV(B) 279.43º 0.14% 0.98% -
XYZ 77.57 74.43 101.54 -
YUV 226.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 239 216 251 0.05 0.14 0 0.02 279.43 0.81 0.92
Hex EF D8 FB 5 E 0 2 117 51 5C
Octal 357 330 373 5 16 0 2 427 121 134
Binary 11101111 11011000 11111011 101 1110 0 10 100010111 1010001 1011100

Color Harmonies of #EFD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8FB

Black with #EFD8FB

Text Example


Text Example

White with #EFD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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