Html Css Color HEX #EFD3F0 Snuff

📋 copy color: '#EFD3F0'

red 239 ◦ green 211 ◦ blue 240

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

Shades of Snuff #EFD3F0

Tints of Snuff #EFD3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 34.64%
G = 30.58%
B = 34.78%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFD3F0 (or 0xEFD3F0) is known color: Snuff. HEX triplet: EF, D3 and F0. RGB value is (239,211,240). Sum of RGB (Red+Green+Blue) = 239+211+240=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3F0 is #102C0F. Grayscale: #DEDEDE. Windows color (decimal): -1059856 or 15782895. OLE color: 15782895.

HSL color Cylindrical-coordinate representation of color #EFD3F0: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3F0 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 240 -
CMYK 0.00 0.12 0 0.06
HSL 297.93º 0.49% 0.88% -
HSV(B) 297.93º 0.12% 0.94% -
XYZ 74.62 71.23 92.25 -
YUV 222.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 239 211 240 0.00 0.12 0 0.06 297.93 0.49 0.88
Hex EF D3 F0 0 C 0 6 12A 31 58
Octal 357 323 360 0 14 0 6 452 61 130
Binary 11101111 11010011 11110000 0 1100 0 110 100101010 110001 1011000

Color Harmonies of #EFD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3F0

Black with #EFD3F0

Text Example


Text Example

White with #EFD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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