Html Css Color HEX #EFD9E8 Classic Rose

📋 copy color: '#EFD9E8'

red 239 ◦ green 217 ◦ blue 232

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

Shades of Classic Rose #EFD9E8

Tints of Classic Rose #EFD9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.54%

 BLUE value IS 232 (91.02% from 255) = 33.72%

R = 34.74%
G = 31.54%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFD9E8 (or 0xEFD9E8) is known color: Classic Rose. HEX triplet: EF, D9 and E8. RGB value is (239,217,232). Sum of RGB (Red+Green+Blue) = 239+217+232=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9E8 is #102617. Grayscale: #E1E1E1. Windows color (decimal): -1058328 or 15260143. OLE color: 15260143.

HSL color Cylindrical-coordinate representation of color #EFD9E8: hue angle of 319.09º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9E8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 232 -
CMYK 0 0.09 0.03 0.06
HSL 319.09º 0.41% 0.89% -
HSV(B) 319.09º 0.09% 0.94% -
XYZ 74.97 73.8 86.64 -
YUV 225.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 239 217 232 0 0.09 0.03 0.06 319.09 0.41 0.89
Hex EF D9 E8 0 9 3 6 13F 29 59
Octal 357 331 350 0 11 3 6 477 51 131
Binary 11101111 11011001 11101000 0 1001 11 110 100111111 101001 1011001

Color Harmonies of #EFD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9E8

Black with #EFD9E8

Text Example


Text Example

White with #EFD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9E8; }

 p { color: rgb(239,217,232); }

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

background-color css

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

 a { background-color: rgb(239,217,232); }

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

border-color css

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

 span { border-color: rgb(239,217,232); }

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