Html Css Color HEX #EFD3D6 Pale Rose

📋 copy color: '#EFD3D6'

red 239 ◦ green 211 ◦ blue 214

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

Shades of Pale Rose #EFD3D6

Tints of Pale Rose #EFD3D6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.78%

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 35.99%
G = 31.78%
B = 32.23%

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

#EFD3D6 (or 0xEFD3D6) is known color: Pale Rose. HEX triplet: EF, D3 and D6. RGB value is (239,211,214). Sum of RGB (Red+Green+Blue) = 239+211+214=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3D6 is #102C29. Grayscale: #DBDBDB. Windows color (decimal): -1059882 or 14078959. OLE color: 14078959.

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

Color convert

RGB 239 211 214 -
CMYK 0 0.12 0.10 0.06
HSL 353.57º 0.47% 0.88% -
HSV(B) 353.57º 0.12% 0.94% -
XYZ 71.03 69.79 73.35 -
YUV 219.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 239 211 214 0 0.12 0.10 0.06 353.57 0.47 0.88
Hex EF D3 D6 0 C A 6 162 2F 58
Octal 357 323 326 0 14 12 6 542 57 130
Binary 11101111 11010011 11010110 0 1100 1010 110 101100010 101111 1011000

Color Harmonies of #EFD3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3D6

Black with #EFD3D6

Text Example


Text Example

White with #EFD3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3D6; }

 p { color: rgb(239,211,214); }

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

background-color css

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

 a { background-color: rgb(239,211,214); }

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

border-color css

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

 span { border-color: rgb(239,211,214); }

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