Html Css Color HEX #EFD7E7 Classic Rose

📋 copy color: '#EFD7E7'

red 239 ◦ green 215 ◦ blue 231

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

Shades of Classic Rose #EFD7E7

Tints of Classic Rose #EFD7E7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.39%

 BLUE value IS 231 (90.63% from 255) = 33.72%

R = 34.89%
G = 31.39%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFD7E7 (or 0xEFD7E7) is known color: Classic Rose. HEX triplet: EF, D7 and E7. RGB value is (239,215,231). Sum of RGB (Red+Green+Blue) = 239+215+231=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7E7 is #102818. Grayscale: #DFDFDF. Windows color (decimal): -1058841 or 15194095. OLE color: 15194095.

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

Color convert

RGB 239 215 231 -
CMYK 0 0.10 0.03 0.06
HSL 320º 0.43% 0.89% -
HSV(B) 320º 0.1% 0.94% -
XYZ 74.32 72.72 85.72 -
YUV 224 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 239 215 231 0 0.10 0.03 0.06 320 0.43 0.89
Hex EF D7 E7 0 A 3 6 140 2B 59
Octal 357 327 347 0 12 3 6 500 53 131
Binary 11101111 11010111 11100111 0 1010 11 110 101000000 101011 1011001

Color Harmonies of #EFD7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7E7

Black with #EFD7E7

Text Example


Text Example

White with #EFD7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7E7; }

 p { color: rgb(239,215,231); }

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

background-color css

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

 a { background-color: rgb(239,215,231); }

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

border-color css

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

 span { border-color: rgb(239,215,231); }

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