Html Css Color HEX #EFD4FF Blue Chalk

📋 copy color: '#EFD4FF'

red 239 ◦ green 212 ◦ blue 255

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

Shades of Blue Chalk #EFD4FF

Tints of Blue Chalk #EFD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.03%

 BLUE value IS 255 (100% from 255) = 36.12%

R = 33.85%
G = 30.03%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFD4FF (or 0xEFD4FF) is known color: Blue Chalk. HEX triplet: EF, D4 and FF. RGB value is (239,212,255). Sum of RGB (Red+Green+Blue) = 239+212+255=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 212 (83.20% from 255 or 30.03% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4FF is #102B00. Grayscale: #E0E0E0. Windows color (decimal): -1059585 or 16766191. OLE color: 16766191.

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

Color convert

RGB 239 212 255 -
CMYK 0.06 0.17 0 0
HSL 277.67º 1% 0.92% -
HSV(B) 277.67º 0.17% 1% -
XYZ 77.19 72.66 104.56 -
YUV 224.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 239 212 255 0.06 0.17 0 0 277.67 1 0.92
Hex EF D4 FF 6 11 0 0 116 64 5C
Octal 357 324 377 6 21 0 0 426 144 134
Binary 11101111 11010100 11111111 110 10001 0 0 100010110 1100100 1011100

Color Harmonies of #EFD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4FF

Black with #EFD4FF

Text Example


Text Example

White with #EFD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4FF; }

 p { color: rgb(239,212,255); }

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

background-color css

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

 a { background-color: rgb(239,212,255); }

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

border-color css

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

 span { border-color: rgb(239,212,255); }

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