#EFBDD4

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

Shades of Classic Rose #EFBDD4

Tints of Classic Rose #EFBDD4

Color information

#EFBDD4 (or 0xEFBDD4) is unknown color: approx Classic Rose. HEX triplet: EF, BD and D4. RGB value is (239,189,212). Sum of RGB (Red+Green+Blue) = 239+189+212=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD4 is #10422B. Grayscale: #CECECE. Windows color (decimal): -1065516 or 13942255. OLE color: 13942255.

HSL color Cylindrical-coordinate representation of color #EFBDD4: hue angle of 332.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239189212-
CMYK00.210.110.06
HSL332.4º60.98%83.92%-
HSV(B)332.4º20.92%93.73%-
XYZ65.6859.570.31-
YUV206.57131.06151.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=37.34%
G=29.53%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918921200.210.110.06332.460.9883.92
HexEFBDD4015B614c3d54
Octal35727532402513651475124
Binary11101111101111011101010001010110111101010011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDD4; }

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

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

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

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

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

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

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

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