Html Css Color HEX #EFCFD0 Pale Rose

📋 copy color: '#EFCFD0'

red 239 ◦ green 207 ◦ blue 208

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

Shades of Pale Rose #EFCFD0

Tints of Pale Rose #EFCFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.65%

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 36.54%
G = 31.65%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCFD0 (or 0xEFCFD0) is known color: Pale Rose. HEX triplet: EF, CF and D0. RGB value is (239,207,208). Sum of RGB (Red+Green+Blue) = 239+207+208=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD0 is #10302F. Grayscale: #D8D8D8. Windows color (decimal): -1060912 or 13684719. OLE color: 13684719.

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

Color convert

RGB 239 207 208 -
CMYK 0 0.13 0.13 0.06
HSL 358.13º 0.5% 0.87% -
HSV(B) 358.13º 0.13% 0.94% -
XYZ 69.29 67.53 69.06 -
YUV 216.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 239 207 208 0 0.13 0.13 0.06 358.13 0.5 0.87
Hex EF CF D0 0 D D 6 166 32 57
Octal 357 317 320 0 15 15 6 546 62 127
Binary 11101111 11001111 11010000 0 1101 1101 110 101100110 110010 1010111

Color Harmonies of #EFCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFD0

Black with #EFCFD0

Text Example


Text Example

White with #EFCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFD0; }

 p { color: rgb(239,207,208); }

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

background-color css

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

 a { background-color: rgb(239,207,208); }

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

border-color css

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

 span { border-color: rgb(239,207,208); }

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