Html Css Color HEX #EFDCE0 Pale Rose

📋 copy color: '#EFDCE0'

red 239 ◦ green 220 ◦ blue 224

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

Shades of Pale Rose #EFDCE0

Tints of Pale Rose #EFDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

 BLUE value IS 224 (87.89% from 255) = 32.8%

R = 34.99%
G = 32.21%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFDCE0 (or 0xEFDCE0) is known color: Pale Rose. HEX triplet: EF, DC and E0. RGB value is (239,220,224). Sum of RGB (Red+Green+Blue) = 239+220+224=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE0 is #10231F. Grayscale: #E2E2E2. Windows color (decimal): -1057568 or 14736623. OLE color: 14736623.

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

Color convert

RGB 239 220 224 -
CMYK 0 0.08 0.06 0.06
HSL 347.37º 0.37% 0.9% -
HSV(B) 347.37º 0.08% 0.94% -
XYZ 74.64 74.92 81.05 -
YUV 226.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 239 220 224 0 0.08 0.06 0.06 347.37 0.37 0.9
Hex EF DC E0 0 8 6 6 15B 25 5A
Octal 357 334 340 0 10 6 6 533 45 132
Binary 11101111 11011100 11100000 0 1000 110 110 101011011 100101 1011010

Color Harmonies of #EFDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCE0

Black with #EFDCE0

Text Example


Text Example

White with #EFDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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