Html Css Color HEX #EFD0F3 Snuff

📋 copy color: '#EFD0F3'

red 239 ◦ green 208 ◦ blue 243

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

Shades of Snuff #EFD0F3

Tints of Snuff #EFD0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.22%

R = 34.64%
G = 30.14%
B = 35.22%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD0F3 (or 0xEFD0F3) is known color: Snuff. HEX triplet: EF, D0 and F3. RGB value is (239,208,243). Sum of RGB (Red+Green+Blue) = 239+208+243=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0F3 is #102F0C. Grayscale: #DDDDDD. Windows color (decimal): -1060621 or 15978735. OLE color: 15978735.

HSL color Cylindrical-coordinate representation of color #EFD0F3: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD0F3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 208 243 -
CMYK 0.02 0.14 0 0.05
HSL 293.14º 0.59% 0.88% -
HSV(B) 293.14º 0.14% 0.95% -
XYZ 74.33 69.93 94.37 -
YUV 221.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 239 208 243 0.02 0.14 0 0.05 293.14 0.59 0.88
Hex EF D0 F3 2 E 0 5 125 3B 58
Octal 357 320 363 2 16 0 5 445 73 130
Binary 11101111 11010000 11110011 10 1110 0 101 100100101 111011 1011000

Color Harmonies of #EFD0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0F3

Black with #EFD0F3

Text Example


Text Example

White with #EFD0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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