Html Css Color HEX #EFD1E2 Classic Rose

📋 copy color: '#EFD1E2'

red 239 ◦ green 209 ◦ blue 226

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

Shades of Classic Rose #EFD1E2

Tints of Classic Rose #EFD1E2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.01%

 BLUE value IS 226 (88.67% from 255) = 33.53%

R = 35.46%
G = 31.01%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFD1E2 (or 0xEFD1E2) is known color: Classic Rose. HEX triplet: EF, D1 and E2. RGB value is (239,209,226). Sum of RGB (Red+Green+Blue) = 239+209+226=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1E2 is #102E1D. Grayscale: #DBDBDB. Windows color (decimal): -1060382 or 14864879. OLE color: 14864879.

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

Color convert

RGB 239 209 226 -
CMYK 0 0.13 0.05 0.06
HSL 326º 0.48% 0.88% -
HSV(B) 326º 0.13% 0.94% -
XYZ 72.12 69.44 81.55 -
YUV 219.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 239 209 226 0 0.13 0.05 0.06 326 0.48 0.88
Hex EF D1 E2 0 D 5 6 146 30 58
Octal 357 321 342 0 15 5 6 506 60 130
Binary 11101111 11010001 11100010 0 1101 101 110 101000110 110000 1011000

Color Harmonies of #EFD1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1E2

Black with #EFD1E2

Text Example


Text Example

White with #EFD1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1E2; }

 p { color: rgb(239,209,226); }

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

background-color css

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

 a { background-color: rgb(239,209,226); }

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

border-color css

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

 span { border-color: rgb(239,209,226); }

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