Html Css Color HEX #EFC8FD Blue Chalk

📋 copy color: '#EFC8FD'

red 239 ◦ green 200 ◦ blue 253

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

Shades of Blue Chalk #EFC8FD

Tints of Blue Chalk #EFC8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.9%

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

R = 34.54%
G = 28.9%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFC8FD (or 0xEFC8FD) is known color: Blue Chalk. HEX triplet: EF, C8 and FD. RGB value is (239,200,253). Sum of RGB (Red+Green+Blue) = 239+200+253=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8FD is #103702. Grayscale: #D9D9D9. Windows color (decimal): -1062659 or 16632047. OLE color: 16632047.

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

Color convert

RGB 239 200 253 -
CMYK 0.06 0.21 0 0.01
HSL 284.15º 0.93% 0.89% -
HSV(B) 284.15º 0.21% 0.99% -
XYZ 73.98 66.75 101.91 -
YUV 217.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 239 200 253 0.06 0.21 0 0.01 284.15 0.93 0.89
Hex EF C8 FD 6 15 0 1 11C 5D 59
Octal 357 310 375 6 25 0 1 434 135 131
Binary 11101111 11001000 11111101 110 10101 0 1 100011100 1011101 1011001

Color Harmonies of #EFC8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8FD

Black with #EFC8FD

Text Example


Text Example

White with #EFC8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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