#EFBFDD

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

Shades of Classic Rose #EFBFDD

Tints of Classic Rose #EFBFDD

Color information

#EFBFDD (or 0xEFBFDD) is unknown color: approx Classic Rose. HEX triplet: EF, BF and DD. RGB value is (239,191,221). Sum of RGB (Red+Green+Blue) = 239+191+221=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDD is #104022. Grayscale: #D0D0D0. Windows color (decimal): -1064995 or 14532591. OLE color: 14532591.

HSL color Cylindrical-coordinate representation of color #EFBFDD: hue angle of 322.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFDD is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239191221-
CMYK00.200.080.06
HSL322.5º60%84.31%-
HSV(B)322.5º20.08%93.73%-
XYZ67.2860.8376.6-
YUV208.77134.9149.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=36.71%
G=29.34%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919122100.200.080.06322.56084.31
HexEFBFDD014861423c54
Octal35727733502410650274124
Binary11101111101111111101110101010010001101010000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFDD; }

 p { color: rgb(239,191,221); }

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

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

 a { background-color: rgb(239,191,221); }

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

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

 span { border-color: rgb(239,191,221); }

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