Html Css Color HEX #EFD3FC Blue Chalk

📋 copy color: '#EFD3FC'

red 239 ◦ green 211 ◦ blue 252

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

Shades of Blue Chalk #EFD3FC

Tints of Blue Chalk #EFD3FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.9%

R = 34.05%
G = 30.06%
B = 35.9%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFD3FC (or 0xEFD3FC) is known color: Blue Chalk. HEX triplet: EF, D3 and FC. RGB value is (239,211,252). Sum of RGB (Red+Green+Blue) = 239+211+252=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFD3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3FC is #102C03. Grayscale: #DFDFDF. Windows color (decimal): -1059844 or 16569327. OLE color: 16569327.

HSL color Cylindrical-coordinate representation of color #EFD3FC: hue angle of 280.98º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD3FC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 211 252 -
CMYK 0.05 0.16 0 0.01
HSL 280.98º 0.87% 0.91% -
HSV(B) 280.98º 0.16% 0.99% -
XYZ 76.46 71.97 101.96 -
YUV 224.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 239 211 252 0.05 0.16 0 0.01 280.98 0.87 0.91
Hex EF D3 FC 5 10 0 1 119 57 5B
Octal 357 323 374 5 20 0 1 431 127 133
Binary 11101111 11010011 11111100 101 10000 0 1 100011001 1010111 1011011

Color Harmonies of #EFD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3FC

Black with #EFD3FC

Text Example


Text Example

White with #EFD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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