Html Css Color HEX #EFD2F1 Snuff

📋 copy color: '#EFD2F1'

red 239 ◦ green 210 ◦ blue 241

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

Shades of Snuff #EFD2F1

Tints of Snuff #EFD2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.43%

 BLUE value IS 241 (94.53% from 255) = 34.93%

R = 34.64%
G = 30.43%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD2F1 (or 0xEFD2F1) is known color: Snuff. HEX triplet: EF, D2 and F1. RGB value is (239,210,241). Sum of RGB (Red+Green+Blue) = 239+210+241=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2F1 is #102D0E. Grayscale: #DEDEDE. Windows color (decimal): -1060111 or 15848175. OLE color: 15848175.

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

Color convert

RGB 239 210 241 -
CMYK 0.01 0.13 0 0.05
HSL 296.13º 0.53% 0.88% -
HSV(B) 296.13º 0.13% 0.95% -
XYZ 74.52 70.79 92.96 -
YUV 222.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 239 210 241 0.01 0.13 0 0.05 296.13 0.53 0.88
Hex EF D2 F1 1 D 0 5 128 35 58
Octal 357 322 361 1 15 0 5 450 65 130
Binary 11101111 11010010 11110001 1 1101 0 101 100101000 110101 1011000

Color Harmonies of #EFD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2F1

Black with #EFD2F1

Text Example


Text Example

White with #EFD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2F1; }

 p { color: rgb(239,210,241); }

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

background-color css

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

 a { background-color: rgb(239,210,241); }

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

border-color css

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

 span { border-color: rgb(239,210,241); }

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