#EFBEDD

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

Shades of Classic Rose #EFBEDD

Tints of Classic Rose #EFBEDD

Color information

#EFBEDD (or 0xEFBEDD) is unknown color: approx Classic Rose. HEX triplet: EF, BE and DD. RGB value is (239,190,221). Sum of RGB (Red+Green+Blue) = 239+190+221=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDD is #104122. Grayscale: #D0D0D0. Windows color (decimal): -1065251 or 14532335. OLE color: 14532335.

HSL color Cylindrical-coordinate representation of color #EFBEDD: hue angle of 322.04º degrees, saturation: 0.6, 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 #EFBEDD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239190221-
CMYK00.210.080.06
HSL322.04º60.49%84.12%-
HSV(B)322.04º20.5%93.73%-
XYZ67.0660.476.53-
YUV208.18135.23149.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 221 (86.72% from 255) = 34%
R=36.77%
G=29.23%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919022100.210.080.06322.0460.4984.12
HexEFBEDD015861423c54
Octal35727633502510650274124
Binary11101111101111101101110101010110001101010000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEDD; }

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

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

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

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

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

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

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

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