Html Css Color HEX #EFD9FF Blue Chalk

📋 copy color: '#EFD9FF'

red 239 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #EFD9FF

Tints of Blue Chalk #EFD9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.86%

R = 33.61%
G = 30.52%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFD9FF (or 0xEFD9FF) is known color: Blue Chalk. HEX triplet: EF, D9 and FF. RGB value is (239,217,255). Sum of RGB (Red+Green+Blue) = 239+217+255=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9FF is #102600. Grayscale: #E3E3E3. Windows color (decimal): -1058305 or 16767471. OLE color: 16767471.

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

Color convert

RGB 239 217 255 -
CMYK 0.06 0.15 0 0
HSL 274.74º 1% 0.93% -
HSV(B) 274.74º 0.15% 1% -
XYZ 78.46 75.2 104.99 -
YUV 227.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 239 217 255 0.06 0.15 0 0 274.74 1 0.93
Hex EF D9 FF 6 F 0 0 113 64 5D
Octal 357 331 377 6 17 0 0 423 144 135
Binary 11101111 11011001 11111111 110 1111 0 0 100010011 1100100 1011101

Color Harmonies of #EFD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9FF

Black with #EFD9FF

Text Example


Text Example

White with #EFD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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