Html Css Color HEX #EFC9FD Blue Chalk

📋 copy color: '#EFC9FD'

red 239 ◦ green 201 ◦ blue 253

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

Shades of Blue Chalk #EFC9FD

Tints of Blue Chalk #EFC9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29%

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

R = 34.49%
G = 29%
B = 36.51%

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

#EFC9FD (or 0xEFC9FD) is known color: Blue Chalk. HEX triplet: EF, C9 and FD. RGB value is (239,201,253). Sum of RGB (Red+Green+Blue) = 239+201+253=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FD is #103602. Grayscale: #DADADA. Windows color (decimal): -1062403 or 16632303. OLE color: 16632303.

HSL color Cylindrical-coordinate representation of color #EFC9FD: hue angle of 283.85º 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 #EFC9FD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 201 253 -
CMYK 0.06 0.21 0 0.01
HSL 283.85º 0.93% 0.89% -
HSV(B) 283.85º 0.21% 0.99% -
XYZ 74.21 67.22 101.99 -
YUV 218.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 239 201 253 0.06 0.21 0 0.01 283.85 0.93 0.89
Hex EF C9 FD 6 15 0 1 11C 5D 59
Octal 357 311 375 6 25 0 1 434 135 131
Binary 11101111 11001001 11111101 110 10101 0 1 100011100 1011101 1011001

Color Harmonies of #EFC9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9FD

Black with #EFC9FD

Text Example


Text Example

White with #EFC9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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