Html Css Color HEX #EFD9E6 Classic Rose

📋 copy color: '#EFD9E6'

red 239 ◦ green 217 ◦ blue 230

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

Shades of Classic Rose #EFD9E6

Tints of Classic Rose #EFD9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 34.84%
G = 31.63%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFD9E6 (or 0xEFD9E6) is known color: Classic Rose. HEX triplet: EF, D9 and E6. RGB value is (239,217,230). Sum of RGB (Red+Green+Blue) = 239+217+230=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9E6 is #102619. Grayscale: #E1E1E1. Windows color (decimal): -1058330 or 15129071. OLE color: 15129071.

HSL color Cylindrical-coordinate representation of color #EFD9E6: hue angle of 324.55º 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 #EFD9E6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 230 -
CMYK 0 0.09 0.04 0.06
HSL 324.55º 0.41% 0.89% -
HSV(B) 324.55º 0.09% 0.94% -
XYZ 74.69 73.69 85.15 -
YUV 225.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 239 217 230 0 0.09 0.04 0.06 324.55 0.41 0.89
Hex EF D9 E6 0 9 4 6 145 29 59
Octal 357 331 346 0 11 4 6 505 51 131
Binary 11101111 11011001 11100110 0 1001 100 110 101000101 101001 1011001

Color Harmonies of #EFD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9E6

Black with #EFD9E6

Text Example


Text Example

White with #EFD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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