Html Css Color HEX #EFD0FC Blue Chalk

📋 copy color: '#EFD0FC'

red 239 ◦ green 208 ◦ blue 252

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

Shades of Blue Chalk #EFD0FC

Tints of Blue Chalk #EFD0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.76%

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

R = 34.19%
G = 29.76%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFD0FC (or 0xEFD0FC) is known color: Blue Chalk. HEX triplet: EF, D0 and FC. RGB value is (239,208,252). Sum of RGB (Red+Green+Blue) = 239+208+252=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFD0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FC is #102F03. Grayscale: #DEDEDE. Windows color (decimal): -1060612 or 16568559. OLE color: 16568559.

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

Color convert

RGB 239 208 252 -
CMYK 0.05 0.17 0 0.01
HSL 282.27º 0.88% 0.9% -
HSV(B) 282.27º 0.17% 0.99% -
XYZ 75.72 70.49 101.71 -
YUV 222.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 239 208 252 0.05 0.17 0 0.01 282.27 0.88 0.9
Hex EF D0 FC 5 11 0 1 11A 58 5A
Octal 357 320 374 5 21 0 1 432 130 132
Binary 11101111 11010000 11111100 101 10001 0 1 100011010 1011000 1011010

Color Harmonies of #EFD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0FC

Black with #EFD0FC

Text Example


Text Example

White with #EFD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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