Html Css Color HEX #EFD2D7 Pale Rose

📋 copy color: '#EFD2D7'

red 239 ◦ green 210 ◦ blue 215

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

Shades of Pale Rose #EFD2D7

Tints of Pale Rose #EFD2D7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.63%

 BLUE value IS 215 (84.38% from 255) = 32.38%

R = 35.99%
G = 31.63%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD2D7 (or 0xEFD2D7) is known color: Pale Rose. HEX triplet: EF, D2 and D7. RGB value is (239,210,215). Sum of RGB (Red+Green+Blue) = 239+210+215=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2D7 is #102D28. Grayscale: #DBDBDB. Windows color (decimal): -1060137 or 14144239. OLE color: 14144239.

HSL color Cylindrical-coordinate representation of color #EFD2D7: hue angle of 349.66º degrees, saturation: 0.48, 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 #EFD2D7 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 215 -
CMYK 0 0.12 0.10 0.06
HSL 349.66º 0.48% 0.88% -
HSV(B) 349.66º 0.12% 0.94% -
XYZ 70.91 69.35 73.94 -
YUV 219.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 239 210 215 0 0.12 0.10 0.06 349.66 0.48 0.88
Hex EF D2 D7 0 C A 6 15E 30 58
Octal 357 322 327 0 14 12 6 536 60 130
Binary 11101111 11010010 11010111 0 1100 1010 110 101011110 110000 1011000

Color Harmonies of #EFD2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2D7

Black with #EFD2D7

Text Example


Text Example

White with #EFD2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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