Html Css Color HEX #EFD7FD Blue Chalk

📋 copy color: '#EFD7FD'

red 239 ◦ green 215 ◦ blue 253

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

Shades of Blue Chalk #EFD7FD

Tints of Blue Chalk #EFD7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.41%

 BLUE value IS 253 (99.22% from 255) = 35.79%

R = 33.8%
G = 30.41%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFD7FD (or 0xEFD7FD) is known color: Blue Chalk. HEX triplet: EF, D7 and FD. RGB value is (239,215,253). Sum of RGB (Red+Green+Blue) = 239+215+253=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FD is #102802. Grayscale: #E2E2E2. Windows color (decimal): -1058819 or 16635887. OLE color: 16635887.

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

Color convert

RGB 239 215 253 -
CMYK 0.06 0.15 0 0.01
HSL 277.89º 0.9% 0.92% -
HSV(B) 277.89º 0.15% 0.99% -
XYZ 77.63 74.04 103.13 -
YUV 226.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 239 215 253 0.06 0.15 0 0.01 277.89 0.9 0.92
Hex EF D7 FD 6 F 0 1 116 5A 5C
Octal 357 327 375 6 17 0 1 426 132 134
Binary 11101111 11010111 11111101 110 1111 0 1 100010110 1011010 1011100

Color Harmonies of #EFD7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7FD

Black with #EFD7FD

Text Example


Text Example

White with #EFD7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7FD; }

 p { color: rgb(239,215,253); }

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

background-color css

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

 a { background-color: rgb(239,215,253); }

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

border-color css

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

 span { border-color: rgb(239,215,253); }

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