Html Css Color HEX #EFD3DD Classic Rose

📋 copy color: '#EFD3DD'

red 239 ◦ green 211 ◦ blue 221

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

Shades of Classic Rose #EFD3DD

Tints of Classic Rose #EFD3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.45%

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 35.62%
G = 31.45%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD3DD (or 0xEFD3DD) is known color: Classic Rose. HEX triplet: EF, D3 and DD. RGB value is (239,211,221). Sum of RGB (Red+Green+Blue) = 239+211+221=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DD is #102C22. Grayscale: #DCDCDC. Windows color (decimal): -1059875 or 14537711. OLE color: 14537711.

HSL color Cylindrical-coordinate representation of color #EFD3DD: hue angle of 338.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3DD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 221 -
CMYK 0 0.12 0.08 0.06
HSL 338.57º 0.47% 0.88% -
HSV(B) 338.57º 0.12% 0.94% -
XYZ 71.94 70.16 78.16 -
YUV 220.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 239 211 221 0 0.12 0.08 0.06 338.57 0.47 0.88
Hex EF D3 DD 0 C 8 6 153 2F 58
Octal 357 323 335 0 14 10 6 523 57 130
Binary 11101111 11010011 11011101 0 1100 1000 110 101010011 101111 1011000

Color Harmonies of #EFD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3DD

Black with #EFD3DD

Text Example


Text Example

White with #EFD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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