Html Css Color HEX #EFCFD3 Pale Rose

📋 copy color: '#EFCFD3'

red 239 ◦ green 207 ◦ blue 211

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

Shades of Pale Rose #EFCFD3

Tints of Pale Rose #EFCFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.12%

R = 36.38%
G = 31.51%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFCFD3 (or 0xEFCFD3) is known color: Pale Rose. HEX triplet: EF, CF and D3. RGB value is (239,207,211). Sum of RGB (Red+Green+Blue) = 239+207+211=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD3 is #10302C. Grayscale: #D9D9D9. Windows color (decimal): -1060909 or 13881327. OLE color: 13881327.

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

Color convert

RGB 239 207 211 -
CMYK 0 0.13 0.12 0.06
HSL 352.5º 0.5% 0.87% -
HSV(B) 352.5º 0.13% 0.94% -
XYZ 69.67 67.68 71.02 -
YUV 217.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 239 207 211 0 0.13 0.12 0.06 352.5 0.5 0.87
Hex EF CF D3 0 D C 6 160 32 57
Octal 357 317 323 0 15 14 6 540 62 127
Binary 11101111 11001111 11010011 0 1101 1100 110 101100000 110010 1010111

Color Harmonies of #EFCFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFD3

Black with #EFCFD3

Text Example


Text Example

White with #EFCFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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