#EFBDF4

Color #EFBDF4 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EFBDF4

Tints of Snuff #EFBDF4

Color information

#EFBDF4 (or 0xEFBDF4) is unknown color: approx Snuff. HEX triplet: EF, BD and F4. RGB value is (239,189,244). Sum of RGB (Red+Green+Blue) = 239+189+244=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF4 is #10420B. Grayscale: #D2D2D2. Windows color (decimal): -1065484 or 16039407. OLE color: 16039407.

HSL color Cylindrical-coordinate representation of color #EFBDF4: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBDF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239189244-
CMYK0.020.2300.04
HSL294.55º71.43%84.9%-
HSV(B)294.55º22.54%95.69%-
XYZ70.1261.2893.72-
YUV210.22147.06148.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=35.57%
G=28.12%
B=36.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391892440.020.2300.04294.5571.4384.9
HexEFBDF4217041274755
Octal35727536422704447107125
Binary1110111110111101111101001010111010010010011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDF4; }

 p { color: rgb(239,189,244); }

 H1.HeaderClassName
 {
   color: #EFBDF4;
 }
 .AnyTagClassName
 {
   color: #EFBDF4;
 }
</style>
background-color css

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

 a { background-color: rgb(239,189,244); }

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

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

 span { border-color: rgb(239,189,244); }

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