Html Css Color HEX #EFD8FE Blue Chalk

📋 copy color: '#EFD8FE'

red 239 ◦ green 216 ◦ blue 254

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

Shades of Blue Chalk #EFD8FE

Tints of Blue Chalk #EFD8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 33.71%
G = 30.47%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFD8FE (or 0xEFD8FE) is known color: Blue Chalk. HEX triplet: EF, D8 and FE. RGB value is (239,216,254). Sum of RGB (Red+Green+Blue) = 239+216+254=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FE is #102701. Grayscale: #E3E3E3. Windows color (decimal): -1058562 or 16701679. OLE color: 16701679.

HSL color Cylindrical-coordinate representation of color #EFD8FE: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD8FE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 216 254 -
CMYK 0.06 0.15 0 0.00
HSL 276.32º 0.95% 0.92% -
HSV(B) 276.32º 0.15% 1% -
XYZ 78.04 74.62 104.06 -
YUV 227.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 239 216 254 0.06 0.15 0 0.00 276.32 0.95 0.92
Hex EF D8 FE 6 F 0 0 114 5F 5C
Octal 357 330 376 6 17 0 0 424 137 134
Binary 11101111 11011000 11111110 110 1111 0 0 100010100 1011111 1011100

Color Harmonies of #EFD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8FE

Black with #EFD8FE

Text Example


Text Example

White with #EFD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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