Html Css Color HEX #EFDBDC Pale Rose

📋 copy color: '#EFDBDC'

red 239 ◦ green 219 ◦ blue 220

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

Shades of Pale Rose #EFDBDC

Tints of Pale Rose #EFDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.3%

 BLUE value IS 220 (86.33% from 255) = 32.45%

R = 35.25%
G = 32.3%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDBDC (or 0xEFDBDC) is known color: Pale Rose. HEX triplet: EF, DB and DC. RGB value is (239,219,220). Sum of RGB (Red+Green+Blue) = 239+219+220=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDC is #102423. Grayscale: #E1E1E1. Windows color (decimal): -1057828 or 14474223. OLE color: 14474223.

HSL color Cylindrical-coordinate representation of color #EFDBDC: hue angle of 357º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 220 -
CMYK 0 0.08 0.08 0.06
HSL 357º 0.38% 0.9% -
HSV(B) 357º 0.08% 0.94% -
XYZ 73.85 74.18 78.14 -
YUV 225.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 239 219 220 0 0.08 0.08 0.06 357 0.38 0.9
Hex EF DB DC 0 8 8 6 165 26 5A
Octal 357 333 334 0 10 10 6 545 46 132
Binary 11101111 11011011 11011100 0 1000 1000 110 101100101 100110 1011010

Color Harmonies of #EFDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBDC

Black with #EFDBDC

Text Example


Text Example

White with #EFDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBDC; }

 p { color: rgb(239,219,220); }

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

background-color css

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

 a { background-color: rgb(239,219,220); }

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

border-color css

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

 span { border-color: rgb(239,219,220); }

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