Html Css Color HEX #EFD8DA Pale Rose

📋 copy color: '#EFD8DA'

red 239 ◦ green 216 ◦ blue 218

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

Shades of Pale Rose #EFD8DA

Tints of Pale Rose #EFD8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.1%

 BLUE value IS 218 (85.55% from 255) = 32.39%

R = 35.51%
G = 32.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFD8DA (or 0xEFD8DA) is known color: Pale Rose. HEX triplet: EF, D8 and DA. RGB value is (239,216,218). Sum of RGB (Red+Green+Blue) = 239+216+218=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DA is #102725. Grayscale: #DFDFDF. Windows color (decimal): -1058598 or 14342383. OLE color: 14342383.

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

Color convert

RGB 239 216 218 -
CMYK 0 0.10 0.09 0.06
HSL 354.78º 0.42% 0.89% -
HSV(B) 354.78º 0.1% 0.94% -
XYZ 72.81 72.52 76.49 -
YUV 223.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 239 216 218 0 0.10 0.09 0.06 354.78 0.42 0.89
Hex EF D8 DA 0 A 9 6 163 2A 59
Octal 357 330 332 0 12 11 6 543 52 131
Binary 11101111 11011000 11011010 0 1010 1001 110 101100011 101010 1011001

Color Harmonies of #EFD8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8DA

Black with #EFD8DA

Text Example


Text Example

White with #EFD8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8DA; }

 p { color: rgb(239,216,218); }

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

background-color css

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

 a { background-color: rgb(239,216,218); }

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

border-color css

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

 span { border-color: rgb(239,216,218); }

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