Html Css Color HEX #EFD3FF Blue Chalk

📋 copy color: '#EFD3FF'

red 239 ◦ green 211 ◦ blue 255

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

Shades of Blue Chalk #EFD3FF

Tints of Blue Chalk #EFD3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.93%

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

R = 33.9%
G = 29.93%
B = 36.17%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFD3FF (or 0xEFD3FF) is known color: Blue Chalk. HEX triplet: EF, D3 and FF. RGB value is (239,211,255). Sum of RGB (Red+Green+Blue) = 239+211+255=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 211 (82.81% from 255 or 29.93% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3FF is #102C00. Grayscale: #E0E0E0. Windows color (decimal): -1059841 or 16765935. OLE color: 16765935.

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

Color convert

RGB 239 211 255 -
CMYK 0.06 0.17 0 0
HSL 278.18º 1% 0.91% -
HSV(B) 278.18º 0.17% 1% -
XYZ 76.94 72.16 104.48 -
YUV 224.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 239 211 255 0.06 0.17 0 0 278.18 1 0.91
Hex EF D3 FF 6 11 0 0 116 64 5B
Octal 357 323 377 6 21 0 0 426 144 133
Binary 11101111 11010011 11111111 110 10001 0 0 100010110 1100100 1011011

Color Harmonies of #EFD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3FF

Black with #EFD3FF

Text Example


Text Example

White with #EFD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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